Typescript-React UI component kit Button, Input, Selectbox, Checkbox, Radiobox...
npm install doif-react-kitTypescript-React UI component kit
Button, Input, Selectbox, Checkbox, Radiobox...
npm:npm install doif-react-kit --save
yarn:yarn add doif-react-kit
- react
- react-dom
- react-router-dom
- styled-components
You can find out how to use this module here.
The css file must be imported into App.tsx or index.tsx to apply the style as follows:
``typescript
import React from 'react';
import 'doif-react-kit/dist/doif-react-kit.css';
function App() {
...
}
export default App
``