react-tocas

0.3.1 • Public • Published

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>
);

Readme

Keywords

Package Sidebar

Install

npm i react-tocas

Weekly Downloads

6

Version

0.3.1

License

MIT

Last publish

Collaborators

  • gocreating