1.2.0 • Published 4 years ago

tsdev-button v1.2.0

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

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

Componentintroducedupdated
ActionButtonv1.1.0v1.1.0
ContainedButtonv1.0.0v1.0.0
ContainedIconButtonv1.0.0v1.0.0
LinkButtonv1.2.0v1.2.0
OutlinedButtonv1.0.0v1.0.0
OutlinedIconButtonv1.0.0v1.0.0

Button Types

#F07F3C #F07F3C -> primary
#32477A #32477A -> secondary
#569892 #569892 -> info
#FFFFFF #FFFFFF -> light
#E0E0E0 #E0E0E0 -> default
#DD121C #DD121C -> danger

Icons

http://www.schlender-entwicklung.com/storybook/tsdev-icon