We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The component will show and hide the content after you click.
Example: https://design-system.service.gov.uk/components/details/
the component will swap the className automatically and will toggle automatically. The use need only to provide:
In case title and content component are not provided the Summary component will throw an error.
Implementation example:
<summary openClass={} closeClass={}> <title> YOUR COMPONENT </title> <content> YOUR COMPONENT </content> </summary>
The text was updated successfully, but these errors were encountered:
Ibabalola
Successfully merging a pull request may close this issue.
The component will show and hide the content after you click.
Example: https://design-system.service.gov.uk/components/details/
the component will swap the className automatically and will toggle automatically. The use need only to provide:
In case title and content component are not provided the Summary component will throw an error.
Implementation example:
The text was updated successfully, but these errors were encountered: