1.0.6 • Published 1 year ago

artbuttonui v1.0.6

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

artbuttonui

Button component with funny ui

screen shot

Install

npm install --save artbuttonui

Usage

import React, { Component } from 'react'

import Button from 'artbuttonui'
import 'artbuttonui/dist/index.css'

class Example extends Component {
  render() {
    return <Button type="primary"/>
  }
}

type -> it's a simple prop, you can use this prop such as primary, default, text, link or dashed

License

MIT © krycnylmz

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago