button

v0.0.1arrow_drop_down
v0.0.1
STATUS
Passing
DOWNLOADS
8
LICENSE
MIT
VISIBILITY
Public
PUBLISHED
7 years ago
SIZE
6 KB
PRIMEREACT BUTTON
Install button as a package?
Copied
npm i @bit/amit.prime-react-demo.components.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 ()

PRIMEREACT BUTTON

Example
<div className="content-section implementation button-demo">
<button label="Primary" />
<button label="Secondary" className="ui-button-secondary"/>
<button label="Success" className="ui-button-success"/>
</div>
Help and resources