Element Template
This is an empty template, intended to be used as a starting point for adding UI elements to the library. Try to keep it consistent with other elements and fill out all relevant sections; sections marked "optional" can be removed if not relevant.
Overview
Definition / explanation of what this component is/how it works.
- Front End Screenshot
- Back End Screenshot
Put front end/Cassiopeia screenshot here, if applicable. Don't forget alt text!
Put back end/Atum screenshot here, if applicable. Don't forget alt text!
Usage
Requirements (optional)
If this code only works in certain contexts or environments, add that here. For example:
- PHP 8.0+
- No IE Support
Code Snippets
- Front End Usage
- Back End Usage
Add notes about using this snippet in the front end, if applicable.
<!-- HTML Code Snippet Here -->
Add notes about using this snippet in the back end, if applicable.
<!-- HTML Code Snippet Here -->
Best Practices
- Add best practices here. For example, "Make sure you only use button elements when it will do an action, instead of navigating to a different page."
- etc
Common Mistakes
- Add common errors here.
Who is affected?
People using screen readers need ....
People with cognitive disabilities need ... etc.
Who is impacted most by the accessibility of this element?