button-components-ogz

1.1.1 • Public • Published

button-components-ogz

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save button-components-ogz

Usage

import React, { Component } from 'react'

import MyComponent from 'button-components-ogz'
import 'button-components-ogz/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

Button Types

<Button /> //Default type
<Button type="primary" />
<Button type="dashed" />
<Button type="text" />
<Button type="link" />

License

MIT © OuzOzsn

Readme

Keywords

none

Package Sidebar

Install

npm i button-components-ogz

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

7.37 kB

Total Files

7

Last publish

Collaborators

  • oguzozsen