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
- Host: GitHub
- URL: https://github.com/wangdicoder/tiny-ui
- Owner: wangdicoder
- License: mit
- Created: 2019-03-07T12:54:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-14T22:44:04.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T12:55:15.550Z (almost 2 years ago)
- Topics: component-library, react, react-component, react-components, react-hook-component, react-hooks, react-ui-components, uikit
- Language: TypeScript
- Homepage: https://tiny-ui.dev
- Size: 19.7 MB
- Stars: 235
- Watchers: 2
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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 |
Edge |
Firefox |
Chrome |
Safari |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------- |
| >=11 | >= 14 | last 2 versions | last 2 versions | last 2 versions |
## 🔗 Links
- [Home page](https://tiny-ui.dev)