panel-button

v0.0.2arrow_drop_down
v0.0.2
v0.0.1
STATUS
Passing
DOWNLOADS
4
VISIBILITY
Public
PUBLISHED
5 years ago
SIZE
8 KB
1 contributor
Install panel-button as a package?
Copied
npm i @bit/ashwani18.embase-components.embase-ui.panel-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
modifieddraft
chevron_left
chevron_right

Panel Button component (Disabled state):

<PanelButton disabled={true} linkText='add something' />

Panel button component (Enabled state) :

<PanelButton disabled={false} linkText='add something' onClick={() => console.log('clicked')} />
Properties
NameType
disabled
(required)
bool
linkText
string
onClick
function
className
string
Help and resources