This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

react-buffet

0.4.0 • Public • Published

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 😉

Package Sidebar

Install

npm i react-buffet

Weekly Downloads

6

Version

0.4.0

License

MIT

Last publish

Collaborators

  • taskuteemu