@turtlemint/ui-core
v0.1.3
Published
<div align="center"> <img width="200" src="https://d5ng0zjhhq362.cloudfront.net/images/turtlemint-logo-7df8cb52bc.svg"> </div>
Downloads
21
Readme
Turtlemint Design system branding, color, spacing and sizes
✨ Features
- Support system containing spacing, colors and sizing specifics for turtlemint web projects.
| IE / Edge | Firefox | Chrome | Safari | Opera | Electron | | --- | --- | --- | --- | --- | --- | | IE9, IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
📦 Install
npm install @turtlemint/ui-core
yarn add @turtlemint/ui-core
🔨 Usage
import { COLORS } from '@turtlemint/ui-core';
const Test = () => <div style={{ color: COLORS.PRIMARY }}></div>
⌨️ Development
Use Gitpod, a free online dev environment for GitHub.
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
We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as pull requests or as GitHub issues.