Skip to content
Koji edited this page Jan 23, 2020 · 2 revisions

List

This component has 2 properties, items and isDisc.
items string[]
isDisc boolean

import { NesList } from 'nes-components';
const contents = ['hell', 'nes', 'components', 'storybook'];
<NesList items={contents} isDisc={false} />

NesList

Clone this wiki locally