Chicago / design-cds-bootstrap

The Chicago Design System as a Bootstrap 4 theme
https://chicago.github.io/design-cds-bootstrap/
MIT License
8 stars 2 forks source link

Add/Update alert styles in CDS codebase #19

Closed abby-lammers closed 4 years ago

abby-lammers commented 4 years ago

Alert styles are in the CDS figma sticker sheet and the styles need to be added to the CDS codebase or modified from the current USWDS versions.

image

A note on toasts (desktop alerts)

image

Toast notifications are common in Bootstrap and other design systems, but aren't included in USWDS or CDS at this point. In this early version of the CDS, there is no reason to use toasts-- just use the alert format. If it becomes clear that toasts are necessary to include in CDS, be sure to follow accessibility guidelines. Sheri Byrne-Haber's medium post is a good starting place.

jdkunesh commented 4 years ago
mario-duran commented 4 years ago

Published the alerts implementation and added an example in the main page.