Skip to content

⚛️ A friendly UI component set for React.js

License

Notifications You must be signed in to change notification settings

shervinchen/tiny-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

⚛️ A friendly UI component set for React.js

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 72.9%
  • SCSS 24.2%
  • JavaScript 2.8%
  • HTML 0.1%