bpk-component-description-list-css

3.1.8 • Public • Published

bpk-component-description-list

Backpack description list component.

Installation

npm install bpk-component-description-list --save-dev

Usage

import React from 'react';
import { BpkDescriptionList, BpkDescriptionTerm, BpkDescriptionDetails } from 'bpk-component-description-list';

export default () => (
  <BpkDescriptionList>
    <BpkDescriptionTerm>Apple</BpkDescriptionTerm>
    <BpkDescriptionDetails>A fruit</BpkDescriptionDetails>
  </BpkDescriptionList>
);

Props

BpkDescriptionList

Property PropType Required Default Value
children - true -
className string false null

BpkDescriptionTerm

Property PropType Required Default Value
children - true -
className string false null

BpkDescriptionDetails

Property PropType Required Default Value
children - true -
className string false null

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.1.8
    0
    • latest

Version History

Package Sidebar

Install

npm i bpk-component-description-list-css

Weekly Downloads

0

Version

3.1.8

License

Apache-2.0

Unpacked Size

16.3 kB

Total Files

16

Last publish

Collaborators

  • k0nserv
  • shaundon
  • georgegillams
  • tiagohngl
  • ojcurt