0.0.9 • Published 7 years ago
react-scooter v0.0.9
React-Scooter
React components for the Scooter CSS framework
- Docs: https://ivoilic.github.io/react-scooter/
- Scooter Repo: https://github.com/dropbox/scooter/
- Scooter Docs: https://dropbox.github.io/scooter/
- NPM: COMING SOON!
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.