0.3.1 • Published 7 years ago

react-tocas v0.3.1

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

React-Tocas

Tocas UI 2 components built with react

npm

npm

Demo & Docs

react-tocas.github.io

Installation

npm install --save react-tocas

Usage

1. Import css file

<link rel="stylesheet" href="//cdn.rawgit.com/TeaMeow/TocasUI/master/dist/tocas.min.css">

2. Use react components

import Button from 'react-tocas/lib/Button';
// or this way:
// import { Button } from 'react-tocas';

let App = () => (
  <div>
    <Button info onClick={() => alert('World')}>
      Hello
    </Button>
  </div>
);
0.3.1

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago