All Projects → turtlemint → mint-ui

turtlemint / mint-ui

Licence: MIT license
Design System | React UI components for web

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to mint-ui

Daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️  Tailwind Components
Stars: ✭ 382 (+2147.06%)
Mutual labels:  ui-design, design-system, ui-library
dashkit-ui
UI Components built on React.
Stars: ✭ 17 (+0%)
Mutual labels:  ui-design, react-components, ui-library
design-systems
A list of famous design systems, design languages and guidelines
Stars: ✭ 403 (+2270.59%)
Mutual labels:  design-system, ui-library
sha-el-design
React components for easier customization and smooth development flow.
Stars: ✭ 33 (+94.12%)
Mutual labels:  react-components, design-system
react-use-hubspot-form
Embed HubSpot forms into your React components using hooks! Works with Create React App, Gatsby and other platforms.
Stars: ✭ 41 (+141.18%)
Mutual labels:  react-components, react-hooks
ancestor
💀 UI primitives for ReScript and React
Stars: ✭ 144 (+747.06%)
Mutual labels:  react-components, design-system
ui
Kalo UI Kit & Design Documentation
Stars: ✭ 25 (+47.06%)
Mutual labels:  design-system, ui-library
awesome-web-react
🚀 Awesome Web Based React 🚀 Develop online with React!
Stars: ✭ 31 (+82.35%)
Mutual labels:  react-components, react-hooks
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 (+435.29%)
Mutual labels:  react-components, react-hooks
flowbite
The most popular and open-source library of Tailwind CSS components
Stars: ✭ 3,727 (+21823.53%)
Mutual labels:  design-system, ui-library
shared-react-components-example
An example of a mono-repository of shared React components libraries!
Stars: ✭ 85 (+400%)
Mutual labels:  react-components, design-system
Element React
Element UI
Stars: ✭ 2,690 (+15723.53%)
Mutual labels:  ui-design, react-components
Realtaiizor
C# WinForm UI/UX Component Library
Stars: ✭ 109 (+541.18%)
Mutual labels:  ui-design, ui-library
moon-design
Moon Design System for React
Stars: ✭ 209 (+1129.41%)
Mutual labels:  react-components, design-system
Base
React-UI-Kit - frontend library with ReactJS components
Stars: ✭ 18 (+5.88%)
Mutual labels:  ui-design, react-components
paragon
💎 An accessible, theme-ready design system built for learning applications and Open edX.
Stars: ✭ 85 (+400%)
Mutual labels:  react-components, design-system
bezier-react
React components library that implements Bezier Design System.
Stars: ✭ 85 (+400%)
Mutual labels:  react-components, design-system
Mahapps.metro.simplechildwindow
A simple child window for MahApps.Metro
Stars: ✭ 339 (+1894.12%)
Mutual labels:  ui-design, modern
Uiengine
Workbench for UI-driven development
Stars: ✭ 349 (+1952.94%)
Mutual labels:  ui-design, design-system
next-qrcode
React hooks for generating QRCode for your next React apps.
Stars: ✭ 87 (+411.76%)
Mutual labels:  react-components, react-hooks

UI components for web - A React implementation

npm version NPM size W3C Validation Netlify Status NPM

Features

  • A modern and fitting UI design system for scalable web applications.
  • SaaS driven component APIs
  • Boasts of Composite UI - A rendering engine that lays out any Nth level deep nested hierarchical structure.
  • A set of high-quality React components out of the box.
  • Written in TypeScript with predictable static types.
  • The whole package of development and design resources and tools.

🖥 Environment Support

  • Modern browsers and Internet Explorer 9+ (with polyfills)
IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
IE9, IE10, IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions

📦 Install

npm i @turtlemint/mint-ui --save
yarn add @turtlemint/mint-ui

🔨 Usage

import { Button } from '@turtlemint/mint-ui';
ReactDOM.render(<Button title="Sample Button" btnStyle="primary" />, mountNode);

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or clone locally:

$ git clone [email protected]:turtlemint/mint-ui.git
$ cd mint-ui
$ yarn install
$ yarn workspace @turtlemint/mint-ui run dev

It should spin up a browser automatically. If not, open your browser and visit http://127.0.0.1:5555

🤝 Contributing PRs Welcome

We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues.

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].