0.4.0 • Published 7 years ago

react-buffet v0.4.0

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

React Buffet

Collection of reusable React.js components.

travis build

version MIT License

Live demo

Check out the demo and documentation website: https://temzasse.github.io/react-buffet/

You can also test the components locally by cloning this repo and doing the following steps:

$ cd docs
$ npm install
$ npm start

And then open localhost:3000 in a browser.

Installation

Install with npm:

$ npm install --save react-buffet

The UMD build of react-buffet is available on unpkg:

<script src="https://unpkg.com/react-buffet@0.1.0/umd/react-buffet.min.js"></script>

Usage

import React from 'react';

// Import some components
import { Tooltip, LineSpinner } from 'react-buffet';

const Example = () => {
  return (
    <Tooltip content="Hello World" />
    <LineSpinner color="tomato" />
  );
}

Check the docs for more detailed usage examples: https://temzasse.github.io/react-buffet/

The buffet is served! Enjoy your reusable React components :wink:

0.4.0

7 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago