1.1.806 • Published 4 years ago

rcd-button v1.1.806

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

4 years ago

1.1.805

4 years ago

1.1.804

4 years ago

1.1.802

4 years ago

1.1.801

4 years ago

1.1.799

4 years ago

1.1.798

4 years ago

1.1.797

4 years ago

1.1.795

4 years ago

1.1.793

4 years ago

1.1.794

4 years ago

1.1.792

4 years ago

1.1.791

4 years ago

1.1.78

4 years ago

1.1.79

4 years ago

1.1.77

4 years ago

1.1.76

4 years ago

1.1.75

4 years ago

1.1.74

4 years ago

1.1.73

4 years ago

1.1.72

4 years ago

1.1.7

4 years ago

1.1.71

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago