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