- Welcome
- Getting started
- Foundations
-
Components
- Accordion
- Alert
- Alignment
- Aria Live
- Autosuggest
- Badge
- Banner Alert
- Bar Chart
- Blockquote
- Bottom Navigation
- Bottom Sheet
- Breadcrumb
- Breakpoint
- Button
- Calendar
- Card
- Card Button
- Carousel
- Checkbox
- Chip
- Code
- Content Cards
- Data Table
- Datepicker
- Description List
- Dialog
- Divider
- Drawer
- Field Set
- Flare
- Flat List
- Flight Leg
- Floating Action Button
- Floating Notification
- Form Label
- Form Validation
- Graphic Promotion
- Horizontal Navigation
- Icon
- Image
- Infinite Scroll
- Link
- List
- Map
- Mobile Scroll Container
- Modal
- Navigation Bar
- Nudger
- Overlay
- Page Indicator
- Pagination
- Panel
- Phone Input
- Picker
- Popover
- Price
- Progress Bar
- Radio Button
- Rating
- Scrollable Calendar
- Section List
- Select
- Skeleton
- Skip Link
- Slider
- Snackbar
- Spinner
- Split Input
- Star Rating
- Switch
- Table
- Text
- Text Input
- Theming
- Ticket
- Toast
- Tooltip
- Touchable Native Feedback
- Touchable Overlay
- Content
- Accessibility
List
The list component enables you to easily create ordered or unordered lists.
Unordered
Storybook failed to load.
Ordered
Storybook failed to load.
Nested
Storybook failed to load.
bpk-component-list
Backpack list component.
Installation
Check the main Readme for a complete installation guide.
Usage
import { BpkList, BpkListItem } from '@skyscanner/backpack-web/bpk-component-list';
export default () => (
<BpkList>
<BpkListItem>Apples</BpkListItem>
<BpkListItem>
Oranges
<BpkList ordered>
<BpkListItem>Tangerines</BpkListItem>
<BpkListItem>Nectarines</BpkListItem>
<BpkListItem>Satsuma</BpkListItem>
</BpkList>
</BpkListItem>
<BpkListItem>Pears</BpkListItem>
</BpkList>
);
Props
BpkList
Property | PropType | Required | Default Value |
---|---|---|---|
children | - | true | - |
ordered | bool | false | false |
className | string | false | null |
ariaLabel | string | false | null |
ariaLabelledby | string | false | null |
title | string | false | null |
BpkListItem
Property | PropType | Required | Default Value |
---|---|---|---|
children | - | true | - |
className | string | false | null |
Made with ❤️ by Skyscanner © 2023
© 2023 Skyscanner Backpack. Page last updated on Nov 2, 2022, 12:08