Backpack label component.
npm install bpk-component-label --save-dev
import React from 'react';
import BpkLabel from 'bpk-component-label';
export default () => (
<BpkLabel htmlFor="origin">Origin</BpkLabel>
)
Property | PropType | Required | Default Value |
---|---|---|---|
children | node | true | - |
disabled | bool | false | false |
invalid | bool | false | false |
required | bool | false | false |
white | bool | false | false |