tsdev-button
v1.2.0
Published
ReactJS component
Downloads
25
Maintainers
Readme
tsdev-button
v1.2.x
Installation
npm install --save tsdev-button
CSS
add index.css from dist folder to your project
import './../node_modules/tsdev-button/dist/index.css';
Import & Usage
import {
ActionButton,
ContainedButton,
ContainedIconButton,
LinkButton,
OutlinedButton,
OutlinedIconButton,
} from 'tsdev-button';
...
<ContainedButton />
Storybook
http://www.schlender-entwicklung.com/storybook/tsdev-button
Important
You can include all components as a base component in your implementation. No properties are required as needed. So you can get a better overview, without provoking mistakes immediately.
Summary
| Component | introduced | updated | |------|------|---------| | ActionButton | v1.1.0 | v1.1.0 | | ContainedButton | v1.0.0 | v1.0.0 | | ContainedIconButton | v1.0.0 | v1.0.0 | | LinkButton | v1.2.0 | v1.2.0 | | OutlinedButton | v1.0.0 | v1.0.0 | | OutlinedIconButton | v1.0.0 | v1.0.0 |
Button Types
#F07F3C -> primary
#32477A -> secondary
#569892 -> info
#FFFFFF -> light
#E0E0E0 -> default
#DD121C -> danger
Icons
http://www.schlender-entwicklung.com/storybook/tsdev-icon