Socket
Book a DemoInstallSign in
Socket

react-buffet

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-buffet

Collection of reusable React components

0.4.0
latest
Source
npmnpm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

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:

Keywords

react

FAQs

Package last updated on 20 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.