Skip to content

⚛️ A friendly UI component set for React.js

License

Notifications You must be signed in to change notification settings

wangdicoder/tiny-ui

Repository files navigation

Tiny UI

A Friendly UI Component Set for React


📦 Install

Use npm

npm install tiny-ui --save

Use yarn

yarn add tiny-ui

🔨 Quick Start

import { 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';

🖥 Browser Support

Supports all major modern browsers.

IE / Edge
IE
IE / Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
>=11 >= 14 last 2 versions last 2 versions last 2 versions

🔗 Links