- 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.
- Modern browsers and Internet Explorer 9+ (with polyfills)
IE / Edge |
Firefox |
Chrome |
Safari |
Opera |
---|---|---|---|---|
IE9, IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
npm i @turtlemint/mint-ui --save
yarn add @turtlemint/mint-ui
import { Button } from '@turtlemint/mint-ui';
ReactDOM.render(<Button title="Sample Button" btnStyle="primary" />, mountNode);
Use Gitpod, a free online dev environment for GitHub.
Or clone locally:
$ git clone git@github.com: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
We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues.