phase2 / outline

Tooling infrastructure for modern web component development.
https://outline.phase2tech.com
MIT License
128 stars 27 forks source link

[Feature]: Updating Accordion sample markup in Storybook #300

Closed himerus closed 2 years ago

himerus commented 2 years ago

See https://outline.phase2tech.com/?path=/docs/content-accordion-accordion--accordion

The updated accordion has recently been updated via:

Now, the heading for each accordion item is a slotted element, rather than forcing an h4 that could fall out of semantic order on the page.

Now, the styles have been redrawn to be the simplest grayscale version. (this will be adjusted in a later ticket)

The mobile adjustment of heading styling and the original full accordion label has been adjusted to demonstrate that the usage of outline-heading can control the mobile sizing appropriately.

Tasks to Accomplish