• Stars
    star
    235
  • Rank 171,079 (Top 4 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

⚛️ A friendly UI component set for React.js

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