doif-react-kit
v0.0.142
Published
Typescript-React UI component kit Button, Input, Selectbox, Checkbox, Radiobox...
Downloads
26
Readme
doif react kit
Typescript-React UI component kit Button, Input, Selectbox, Checkbox, Radiobox...
How to install?
npm:
npm install doif-react-kit --save
yarn:
yarn add doif-react-kit
Required Module
- react
- react-dom
- react-router-dom
- styled-components
Reference
You can find out how to use this module here.
https://doif-react-kit.netlify.app/
The css file must be imported into App.tsx or index.tsx to apply the style as follows:
import React from 'react';
import 'doif-react-kit/dist/doif-react-kit.css';
function App() {
...
}
export default App