3.2.9 • Published 3 years ago

bpk-component-section-list-css v3.2.9

Weekly downloads
197
License
Apache-2.0
Repository
github
Last release
3 years ago

bpk-component-section-list

Backpack section list component.

Installation

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

Usage

import React from 'react';
import BpkSectionList, { BpkSectionListSection, BpkSectionListItem } from 'bpk-component-section-list';

export default () => (
  <BpkSectionList>
    <BpkSectionListSection headerText="Cities">
      <BpkSectionListItem>Tokyo</BpkSectionListItem>
      <BpkSectionListItem onClick={() => {}}>Rio de Janeiro</BpkSectionListItem>
      <BpkSectionListItem href="#">London</BpkSectionListItem>
    </BpkSectionListSection>
  </BpkSectionList>
);

Props

BpkSectionList

PropertyPropTypeRequiredDefault Value
childrennodetrue-

BpkSectionListSection

PropertyPropTypeRequiredDefault Value
childrennodetrue-
headerTextstringfalsenull

BpkSectionListItem

PropertyPropTypeRequiredDefault Value
childrennodetrue-
blankboolfalsefalse
classNamestringfalsenull
hrefstringfalsenull
onClickfuncfalsenull
3.2.9

3 years ago

3.2.5

3 years ago

3.2.7

3 years ago

3.2.2

3 years ago

3.2.4

3 years ago

3.2.1

3 years ago

3.1.12

4 years ago

3.1.11

4 years ago

3.1.14

4 years ago

3.1.23

3 years ago

3.1.26

3 years ago

3.1.21

3 years ago

3.1.20

3 years ago

3.1.10

4 years ago

3.1.6

4 years ago

3.1.3

4 years ago

3.1.1

4 years ago

3.1.0

4 years ago

3.0.7

4 years ago

3.0.6

4 years ago

3.0.5

4 years ago

3.0.4

4 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.5

4 years ago

2.1.7

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.2

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.123

4 years ago

2.0.122

4 years ago

2.0.121

4 years ago

2.0.120

4 years ago

2.0.119

4 years ago

2.0.118

4 years ago

2.0.117

4 years ago

2.0.116

4 years ago

2.0.115

4 years ago

2.0.114

4 years ago

2.0.113

4 years ago

2.0.112

4 years ago

2.0.111

4 years ago

2.0.110

4 years ago

2.0.109

4 years ago

2.0.108

4 years ago

2.0.107

4 years ago

2.0.106

4 years ago

2.0.105

4 years ago

2.0.104

4 years ago

2.0.103

4 years ago

2.0.102

4 years ago

2.0.101

4 years ago

2.0.100

4 years ago

2.0.99

5 years ago

2.0.97

5 years ago

2.0.98

5 years ago

2.0.95

5 years ago

2.0.96

5 years ago

2.0.92

5 years ago

2.0.91

5 years ago

2.0.90

5 years ago

2.0.89

5 years ago

2.0.88

5 years ago

2.0.86

5 years ago

2.0.85

5 years ago

2.0.84

5 years ago

2.0.83

5 years ago

2.0.82

5 years ago

2.0.81

5 years ago

2.0.79

5 years ago

2.0.78

5 years ago

2.0.77

5 years ago

2.0.72

5 years ago

2.0.71

5 years ago

2.0.70

5 years ago

2.0.68

5 years ago

2.0.67

5 years ago

2.0.66

5 years ago

2.0.65

5 years ago