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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add components for collapser / clamshells. These should be kept basic in style/functionality for now. NR1 Help Center is a good example to draw from.
The component should not output <dl><dt></dt><dd></dd></dl> elements and instead use generic elements like <div>.
<dl><dt></dt><dd></dd></dl>
<div>
Example of basic styling in NR1 Help Center > search for Dashboards
Dashboards
The text was updated successfully, but these errors were encountered:
Done with #98
Sorry, something went wrong.
roadlittledawn
Successfully merging a pull request may close this issue.
Summary
Add components for collapser / clamshells. These should be kept basic in style/functionality for now. NR1 Help Center is a good example to draw from.
The component should not output
<dl><dt></dt><dd></dd></dl>
elements and instead use generic elements like<div>
.Acceptance criteria
Helpful links
Example of basic styling in NR1 Help Center > search for
Dashboards
The text was updated successfully, but these errors were encountered: