1.0.8 • Published 8 years ago

button-test v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.0

8 years ago