button

v0.0.1arrow_drop_down
v0.0.1
STATUS
Passing
DOWNLOADS
2
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
5 KB
Styled button component
1 contributor
Install button as a package?
Copied
npm i @bit/tallyb.angular-tut.ui.button
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
No preview available
modifieddraft
chevron_left
chevron_right
Button ()

Styled button component

Example
<Button text="Example button text" buttonColor="red" buttonHoverColor="green" />
Properties
NameTypeDefault valueDescription
text
string'Example Button'

Button text.

buttonHoverColor
string"rgb(119, 148, 162)"

Button color to be shown on hover.

buttonColor
string"rgba(161, 188, 202, 0.34)"

Button default background color.

Help and resources