1.0.8 • Published 7 years ago

button-test v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

TEST react component(Button) just to practise.

Usage:

import {Button} from "button-test";

""

Props:

bgColor: background color of the button

textColor: font-color of the button

text: Text on button element

onPress: event handler

Available colors:

white: '#FFFFFF',

info: '#1FB6FF',

success: '#13CE66',

danger: '#FF4949',

warning: '#FFC82C',

or any HEX

Props are only strings:

text: PropTypes.string, bgColor: PropTypes.string, textColor: PropTypes.string

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago