1.0.0 • Published 2 years ago

btnify v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

btnify

This repository is the case of the "Patika.dev - Front-end Web Development Course" publishing lesson.

Awesome button component

NPM JavaScript Style Guide

Install

npm install --save btnify

Usage

import React, { Component } from 'react'

import { Button } from 'btnify'
import 'btnify/dist/index.css'

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

Props

License

MIT © ibrahimgediktr