A Friendly UI Component Set for React
Use npm
npm install tiny-ui --saveUse yarn
yarn add tiny-uiimport { Button, Switch } from 'tiny-ui';
const App = () => (
<>
<Button btnType="primary">Click Me</Button>
<Switch checked/>
</>
);And import style manually:
import 'tiny-ui/dist/styles/index.css';Supports all major modern browsers.
![]() IE |
![]() Edge |
![]() Firefox |
Chrome |
![]() Safari |
|---|---|---|---|---|
| >=11 | >= 14 | last 2 versions | last 2 versions | last 2 versions |



