0.0.36-alpha • Published 7 years ago

teamleader-ui v0.0.36-alpha

Weekly downloads
38
License
MIT
Repository
github
Last release
7 years ago

Teamleader UI

Teamleader UI is a set of React components that implement the Teamleader design specification.

Installation

Teamleader UI can be installed as an npm package:

$ npm install --save teamleader-ui

Basic usage

In this minimal example, we import a Button with styles already bundled:

import React from 'react';
import ReactDOM from 'react-dom';
import { Button } from 'teamleader-ui';

ReactDOM.render(
  <Button label="Hello World!" />,
  document.getElementById('app')
);

Contributing

To work in the project you will need a node version supporting ES6 syntax. Although the project is built using the Babel compiler, we use some ES6 features on the development server. Consider using n or nvm to handle different node versions!

To start the spec site locally, follow these simple steps:

$ git clone https://github.com/teamleadercrm/teamleader-ui
$ cd teamleader-ui/
$ npm i
$ npm start

Open up a browser and the local spec will be available at http://localhost:3000/.

License

This project is licensed under the terms of the MIT license.

0.0.36-alpha

7 years ago

0.0.35-alpha

7 years ago

0.0.34-alpha

7 years ago

0.0.33-alpha

7 years ago

0.0.32-alpha

7 years ago

0.0.31-alpha

7 years ago

0.0.30-alpha

7 years ago

0.0.29-alpha

7 years ago

0.0.28-alpha

7 years ago

0.0.27-alpha

7 years ago

0.0.26-alpha

7 years ago

0.0.25-alpha

7 years ago

0.0.24-alpha

7 years ago

0.0.244443-alpha

7 years ago

0.0.23-alpha

7 years ago

0.0.22-alpha

7 years ago

0.0.21-alpha

7 years ago

0.0.19-alpha

7 years ago

0.0.18-alpha

7 years ago

0.0.17-alpha

7 years ago

0.0.16-alpha

7 years ago

0.0.15-alpha

7 years ago

0.0.14-alpha

7 years ago

0.0.13-alpha

7 years ago

0.0.12-alpha

7 years ago

0.0.11-alpha

7 years ago

0.0.10-alpha

7 years ago

0.0.9-alpha

7 years ago

0.0.8-alpha

7 years ago

0.0.7-alpha

7 years ago

0.0.6-alpha

7 years ago

0.0.5-alpha

7 years ago

0.0.4-alpha

7 years ago

0.0.3-alpha

7 years ago

0.0.2-alpha

7 years ago

0.0.1-alpha

7 years ago