tiny-ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.95 • Public • Published

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 / EdgeIE IE / EdgeEdge FirefoxFirefox Chrome Chrome SafariSafari
>=11 >= 14 last 2 versions last 2 versions last 2 versions

🔗 Links

Package Sidebar

Install

npm i tiny-ui

Homepage

tiny-ui.dev/

Weekly Downloads

17

Version

0.0.95

License

MIT

Unpacked Size

7.09 MB

Total Files

1885

Last publish

Collaborators

  • wangdicoder