1.0.1 • Published 1 year ago

lupinui v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

lupinui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save lupinui

Usage

import React, { Component } from 'react'

import MyComponent from 'lupinui'
import 'lupinui/dist/index.css'

class Example extends Component {
  render() {
    return
    ;<div className='container'>
      <Button text={'Primary'} type={'primary'} />
      <Button text={'Dashed'} type={'dashed'} />
      <Button text={'Text'} type={'text'} />
      <Button text={'Link'} type={'link'} />
    </div>
  }
}

License

MIT © seckinblgr

1.0.1

1 year ago

1.0.0

1 year ago