1.1.806 • Published 6 years ago

rcd-button v1.1.806

Weekly downloads
21
License
ISC
Repository
-
Last release
6 years ago

SJ-RCD Button - React Component for SJ

A react button component for SJ. Buttons to be used with forms. Button types include primary, secondary, icon, and text + icon.

Installation Guide

npm install react-button

Usage Guide

Button Import

import Button from 'react-button';

Button Reference

<Button
  accent=""
  className=""
  context=""
  fullWidth={false}
  icon=""
  isGroup={false}
  label=""
  popout=""
  onClick={function noRefCheck() {}}
/>

Button types

Primary Button Requirement: context label
Secondary Button Requirement: context label
Text + Icon Button Requirement: icon label
Icon Button Requirement: icon popout

Props

The following props may be passed to configure the <Button> element:

nametypedescriptiondefault
accentStringIndicate the accent of the button. Example: accent-1,accent-2,accent-3,accent-4
classNameStringAdditional class to be added to the element
contextStringIndicate the context of the button. Example btn-primary, btn-secondary.
disabledBooleanIndicate if the button is disabled.
fullWidthBooleanIndicate if this button is full width
iconStringIndicate the icon of the button. Example icon-save, icon-delete, etc
isGroupBooleanIndicate if this button is part of a button group.
labelStringButton text to be displayed in the component.
popoutStringPopout text to be displayed in Icon Only display of the component.
1.1.806

6 years ago

1.1.805

6 years ago

1.1.804

6 years ago

1.1.802

6 years ago

1.1.801

6 years ago

1.1.799

6 years ago

1.1.798

6 years ago

1.1.797

6 years ago

1.1.795

6 years ago

1.1.793

6 years ago

1.1.794

6 years ago

1.1.792

6 years ago

1.1.791

6 years ago

1.1.78

6 years ago

1.1.79

6 years ago

1.1.77

6 years ago

1.1.76

6 years ago

1.1.75

6 years ago

1.1.74

6 years ago

1.1.73

6 years ago

1.1.72

6 years ago

1.1.7

6 years ago

1.1.71

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago