npm.io
0.0.9 • Published 8 years ago

react-scooter

Licence
Version
0.0.9
Deps
5
Size
419 kB
Vulns
0
Weekly
0
Stars
2

React-Scooter

npm Version GitHub license Dependency Status

React components for the Scooter CSS framework

Installation

npm install react-scooter

Usage

import React from 'react'
import { Button } from 'react-scooter'

const App => () =>
  <div>
  	<Button primary>Primary Button</Button>
	<Button secondary>Secondary Button</Button>
	<Button tertiary>Tertiary Button</Button>
  </div>

export default App

License

This repository is the work of Ivo Ilić and is being released under the MIT License.

Scooter is the work of Dropbox and was released under the Apache 2.0 License.

React is the work of Facebook and was released under the MIT License.

This repository contains neither Scooter or React which must be installed seperately.

Thank you to kulakowka on github for his react-bulma repo that inspired and guided me.

Keywords