devlife-react-simple-ui
v1.0.24
Published
UI Components with React & Typescript with TailwindCSS
Downloads
1,050
Readme
DevLife React Simple UI
This is a very light UI components library for ReactJS. It's using TailwindCSS for styling.
You can also view the demo and get the source code directly for each component without installing this library.
Installation
npm install devlife-react-simple-ui
/*
** In root app file: main.ts
** Import style.css file
*/
import "devlife-react-simple-ui/dist/style.css";