ibrahimgedikdev / btnify

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

Home Page:https://www.npmjs.com/package/btnify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Attribute Type Default Description
variant string primary Render a specific button type
size string sm Render a specific button size
rounded boolean false Render a button border
outline boolean false Render a outline border

License

MIT © ibrahimgediktr

About

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

https://www.npmjs.com/package/btnify


Languages

Language:CSS 43.1%Language:JavaScript 36.3%Language:HTML 20.7%