1.2.0 • Published 3 years ago

react-npm-storybook-tutorial v1.2.0

Weekly downloads
14
License
MIT
Repository
github
Last release
3 years ago

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

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago