A friendly ui component set for react


Keywords
tiny, tiny-ui, design, react, react-component, component, components, ui, frontend, react hook component, typescript, component-library, react-components, react-hook-component, react-hooks, react-ui-components, uikit
License
MIT
Install
npm install tiny-ui@0.0.89

Documentation

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