0.7.1 • Published 3 years ago

@slice-and-dice/govuk-react-list-item v0.7.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

ListItem

Import

  import ListItem from '@govuk-react/list-item';

Usage

Simple

<ListItem>List item example</ListItem>

With a link

import { Link } from '@govuk-react/link';

<ListItem>
  <Link href="https://www.google.com/">List item example</Link>
</ListItem>

References

Properties

PropRequiredDefaultTypeDescription
childrentrue | node | List item content