1.0.0 • Published 3 years ago

kadirov-btn-package v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is this?

Get perfect designs for btn.

#installition

npm i kadirov-btn-package --save

Then...

import { changeBtn } from "kadirov-btn-package";

changeBtn({
    color: "danger_btn"
})

button class => "kadirov_btn"

options

We have two options:

  • color - danger_btn | success_btn (Defaults to danger_btn)
1.0.0

3 years ago