CrankShaft
CrankShaft copied to clipboard
Create Accordions
I might take this one on because I want to implement this in two ways. A javascript class based accordion AND a summary details element based accordion.
Additional concept to add to this.
accordion-groups.
meant for when you have multiple accordions and you want only details for 1 of them to be visible at a time.
I've started a codepen for these. Will add to cs-defaults.css and cs-defaults.js when I'm a lil further along. https://codepen.io/thewebtech/pen/QROzmX?editors=1111
added css for accordions in 8e9df1c
Kept it really simple