Skip to content

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

Notifications You must be signed in to change notification settings

ibrahimgedikdev/btnify

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published