Socket
Book a DemoInstallSign in
Socket

bpk-component-description-list

Package Overview
Dependencies
Maintainers
7
Versions
375
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpk-component-description-list

Backpack description list component.

latest
Source
npmnpm
Version
4.1.2
Version published
Weekly downloads
16
700%
Maintainers
7
Weekly downloads
 
Created
Source

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

PropertyPropTypeRequiredDefault Value
children-true-
classNamestringfalsenull

BpkDescriptionTerm

PropertyPropTypeRequiredDefault Value
children-true-
classNamestringfalsenull

BpkDescriptionDetails

PropertyPropTypeRequiredDefault Value
children-true-
classNamestringfalsenull

FAQs

Package last updated on 30 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts