0.1.3 • Published 4 years ago

@turtlemint/ui-core v0.1.3

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
4 years ago

Turtlemint Design system branding, color, spacing and sizes

npm NPM npm bundle size

✨ Features

  • Support system containing spacing, colors and sizing specifics for turtlemint web projects.
IE / EdgeFirefoxChromeSafariOperaElectron
IE9, IE10, IE11, Edgelast 2 versionslast 2 versionslast 2 versionslast 2 versionslast 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.

Open in Gitpod

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

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