bpk-component-radio-css

3.1.9 • Public • Published

bpk-component-radio

Backpack radio button component.

Installation

npm install bpk-component-radio --save-dev

Usage

import React from 'react';
import BpkRadio from 'bpk-component-radio';

export default () => (
  <BpkRadio
    name="return"
    label="Return"
    onChange={() => console.log('radio changed')}
    checked
  />
);

Props

Property PropType Required Default Value
name string true -
label node true -
ariaLabel string false props.label
disabled bool false false
white bool false false
valid bool false null

Theme Props

  • radioCheckedColor

Progressive enhancement

On Internet Explorer 11, radio buttons have the standard built-in appearance.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.1.90latest

Version History

VersionDownloads (Last 7 Days)Published
3.1.90
3.1.70
3.1.60
3.1.40
3.1.30
3.1.10
3.1.00
3.0.290
3.0.260
3.0.250
3.0.240
3.0.190
3.0.170
3.0.160
3.0.150
3.0.110
3.0.80
3.0.60
3.0.50
3.0.40
3.0.30
3.0.20
3.0.10
3.0.00
2.1.70
2.1.50
2.1.40
2.1.30
2.1.20
2.1.10
2.1.00
2.0.1210
2.0.1200
2.0.1190
2.0.1180
2.0.1170
2.0.1160
2.0.1150
2.0.1140
2.0.1130
2.0.1120
2.0.1110
2.0.1100
2.0.1090
2.0.1080
2.0.1070
2.0.1060
2.0.1050
2.0.1040
2.0.1030
2.0.1020
2.0.1010
2.0.1000
2.0.990
2.0.980
2.0.970
2.0.960
2.0.950
2.0.940
2.0.910
2.0.900
2.0.890
2.0.880
2.0.870
2.0.850
2.0.840
2.0.830
2.0.820
2.0.810
2.0.800
2.0.780
2.0.770
2.0.760
2.0.710
2.0.700
2.0.690
2.0.670
2.0.660
2.0.650
2.0.640

Package Sidebar

Install

npm i bpk-component-radio-css

Weekly Downloads

0

Version

3.1.9

License

Apache-2.0

Unpacked Size

18.3 kB

Total Files

11

Last publish

Collaborators

  • k0nserv
  • shaundon
  • georgegillams
  • tiagohngl
  • ojcurt