0.7.1 • Published 3 years ago

@slice-and-dice/govuk-react-details v0.7.1

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

Details

Import

  import Details from '@govuk-react/details';

Usage

Simple

<Details summary="Help with nationality">
  I am a paragraph of hidden details, to be revealed when summary is clicked
</Details>

References

Properties

PropRequiredDefaultTypeDescription
childrenundefinednodeThe content that will be displayed when details are revealed
openfalseboolFlag to indicate whether to show component open by default
summarytrue | node | Text for the details summary link e.g. Help with nationality