react-scooter

0.0.9 • Public • Published

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.

/react-scooter/

    Package Sidebar

    Install

    npm i react-scooter

    Weekly Downloads

    0

    Version

    0.0.9

    License

    none

    Unpacked Size

    429 kB

    Total Files

    76

    Last publish

    Collaborators

    • ivoilic