joyent-portal/packages/ui-toolkit/src/section-list/usage.md

608 B

const { default: SectionListItem, Anchor } = require('./item');

<SectionList>
  <SectionListItem>
    <Anchor active>
      Overview
    </Anchor>
  </SectionListItem>
  <SectionListItem>
    <Anchor>
      Services
    </Anchor>
  </SectionListItem>
  <SectionListItem>
    <Anchor>
      Instances
    </Anchor>
  </SectionListItem>
  <SectionListItem>
    <Anchor>
      Versions
    </Anchor>
  </SectionListItem>
  <SectionListItem>
    <Anchor>
      Manifest
    </Anchor>
  </SectionListItem>
  <SectionListItem>
    <Anchor>
      Settings
    </Anchor>
  </SectionListItem>
</SectionList>