tailor-ui
TypeScript icon, indicating that this package has built-in type declarations

1.9.2 • Public • Published

Tailor UI

npm CircleCI style: styled-components Netlify Status

Documentation

Check out our documentation website.

Installation

# with npm
npm install tailor-ui

# with yarn
yarn add tailor-ui

Usage

Here is a quick example to get you started, it's all you need:

import React from 'react';
import ReactDOM from 'react-dom';
import { Button, UIProvider } from 'tailor-ui';

const App = () => (
  <UIProvider>
    <Button>Hello World</Button>
  </UIProvider>
);

ReactDOM.render(<App />, document.querySelector('#root'));

Development

git clone git@github.com:Yoctol/tailor-ui.git

First, open the terminal to watch the file changing and do the type checking:

cd tailor-ui
yarn watch

And then, open another tab to run the project:

cd tailor-ui
yarn start

Release

  • Send PR to develop branch during development.
  • When you want to release the version, merge develop branch into master branch, and then sematic release will automatically release new version on CI.
  • After new version released, merge master back to develop.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.9.2
    3
    • latest

Version History

Package Sidebar

Install

npm i tailor-ui

Weekly Downloads

7

Version

1.9.2

License

MIT

Unpacked Size

3.54 MB

Total Files

528

Last publish

Collaborators

  • chentsulin
  • tw0517tw
  • link515