An open API service indexing awesome lists of open source software.

https://github.com/wangdicoder/tiny-ui

⚛️ A friendly UI component set for React.js
https://github.com/wangdicoder/tiny-ui

component-library react react-component react-components react-hook-component react-hooks react-ui-components uikit

Last synced: 5 months ago
JSON representation

⚛️ A friendly UI component set for React.js

Awesome Lists containing this project

README

          





Tiny UI


A Friendly UI Component Set for React

























## 📦 Install

Use npm

```bash
npm install tiny-ui --save
```

Use yarn

```bash
yarn add tiny-ui
```

## 🔨 Quick Start

```js
import { Button, Switch } from 'tiny-ui';

const App = () => (
<>
Click Me

>
);
```

And import style manually:

```js
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

- [Home page](https://tiny-ui.dev)