react-npm-storybook-tutorial

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-npm-storybook-tutorial

Usage

import React, { Component } from 'react'

import { Button } from 'react-npm-storybook-tutorial'
import 'react-npm-storybook-tutorial/dist/index.css'

class Example extends Component {
  render() {
    return (
      <Button
        variant='primary'
        text='Primary'
        onClick={() => alert('hello world')}
      />
    )
  }
}

License

MIT © siddharthkul