All Projects → wangdicoder → tiny-ui

wangdicoder / tiny-ui

Licence: MIT license
⚛️ A friendly UI component set for React.js

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to tiny-ui

awesome-web-react
🚀 Awesome Web Based React 🚀 Develop online with React!
Stars: ✭ 31 (-84.65%)
Mutual labels:  react-component, react-components, react-hooks
fluent-windows
🌈 React components that inspired by Microsoft's Fluent Design System.
Stars: ✭ 122 (-39.6%)
Mutual labels:  react-component, react-components, react-hooks
react-native-value-picker
Cross-Platform iOS(ish) style picker for react native.
Stars: ✭ 18 (-91.09%)
Mutual labels:  react-component, react-components, react-hooks
React-Jupyter-Viewer
A react component to embed .ipyb notebooks in a blog or something
Stars: ✭ 50 (-75.25%)
Mutual labels:  react-component, react-components
hx
A simple, easy to use library for React development in ClojureScript.
Stars: ✭ 244 (+20.79%)
Mutual labels:  react-components, react-hooks
paragon
💎 An accessible, theme-ready design system built for learning applications and Open edX.
Stars: ✭ 85 (-57.92%)
Mutual labels:  react-components, component-library
Taiga Ui
Angular UI Kit and components library for awesome people
Stars: ✭ 1,353 (+569.8%)
Mutual labels:  uikit, component-library
React-Netflix-Clone
A Fully Responsive clone of Netflix website built using React.JS as a Front-end & Firebase as a Back-end.
Stars: ✭ 91 (-54.95%)
Mutual labels:  react-components, react-hooks
react-use-hubspot-form
Embed HubSpot forms into your React components using hooks! Works with Create React App, Gatsby and other platforms.
Stars: ✭ 41 (-79.7%)
Mutual labels:  react-components, react-hooks
whatsapp-clone-react
Build a WhatsApp Clone with React JS and FireBase.
Stars: ✭ 38 (-81.19%)
Mutual labels:  react-component, react-hooks
frontend-toolbox
Frontend tools which we used in snappmarket v2
Stars: ✭ 37 (-81.68%)
Mutual labels:  react-components, react-hooks
Vuent
🎨 Vue.js components implementing Microsoft Fluent Design
Stars: ✭ 207 (+2.48%)
Mutual labels:  uikit, component-library
Notus React
Notus React: Free Tailwind CSS UI Kit and Admin
Stars: ✭ 173 (-14.36%)
Mutual labels:  uikit, react-components
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (-57.92%)
Mutual labels:  react-component, react-components
best-of-react
🏆 A ranked list of awesome React open-source libraries and tools. Updated weekly.
Stars: ✭ 364 (+80.2%)
Mutual labels:  react-component, react-components
Styled Bootstrap
💅🏻 A styled-component implementation of Bootstrap
Stars: ✭ 154 (-23.76%)
Mutual labels:  uikit, react-components
next-qrcode
React hooks for generating QRCode for your next React apps.
Stars: ✭ 87 (-56.93%)
Mutual labels:  react-components, react-hooks
mint-ui
Design System | React UI components for web
Stars: ✭ 17 (-91.58%)
Mutual labels:  react-components, react-hooks
Tail Kit
Tail-kit is a free and open source components and templates kit fully coded with Tailwind css 2.0.
Stars: ✭ 997 (+393.56%)
Mutual labels:  uikit, component-library
Awesome Uikit
Collect JS Frameworks, Web components library and Admin Template.
Stars: ✭ 1,136 (+462.38%)
Mutual labels:  uikit, react-components

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].