Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 345 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 345 Bytes

dce-reactkit

A collections of simple tools and UI elements for quickly and easily building React-based apps.

Quickstart

  1. Install dce-reactkit into your React project:
npm install dce-reactkit --save
  1. Import dce-reactkit components into your React component:
import { LoadingSpinner } from 'dce-reactkit';