0.0.9 • Published 6 years ago

react-scooter v0.0.9

Weekly downloads
19
License
-
Repository
github
Last release
6 years ago

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.