Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

<%= name %>

Links: [<%= name %> in Builder](https://builder3.toolkit.illinois.edu/component/<%= name %>/index.html) | Illinois Web Theme | Toolkit Development

Overview

A 1-3 paragraph explanation of what the component does and how it presents.

Code Examples

<<%= name %>></<%= name %>>

Accessibility Notes and Use

Consider accessibility, both for building the component and for its use:

  • Is there sufficient color contrast?
  • Can the component be fully understood without colors?
  • Does the component need alt text or ARIA roles?
  • Can the component be navigated with a keyboard? Is the tab order correct?
  • Are focusable elements interactive, and interactive elements focusable?
  • Are form fields, figures, fieldsets and other interactive elements labelled?

External References