A collections of simple tools and UI elements for quickly and easily building React-based apps.
- Install
dce-reactkitinto your React project:
npm install dce-reactkit --save- Import
dce-reactkitcomponents into your React component:
import { LoadingSpinner } from 'dce-reactkit';