custombuttonui

1.0.1 • Public • Published

custombuttonui

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save custombuttonui

Usage

import React from 'react'

import { CustomButton } from 'custombuttonui'
import 'custombuttonui/dist/index.css'

class Example {
  render() {
    return <CustomButton text={'Primary'} type={'primary'} />
  }
}

License

MIT © krmmyvz

Readme

Keywords

none

Package Sidebar

Install

npm i custombuttonui

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

5.73 kB

Total Files

7

Last publish

Collaborators

  • krmmyvz