CrankShaft icon indicating copy to clipboard operation
CrankShaft copied to clipboard

Create Accordions

Open TheWebTech opened this issue 6 years ago • 3 comments

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.

TheWebTech avatar May 14 '19 13:05 TheWebTech

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.

TheWebTech avatar May 14 '19 13:05 TheWebTech

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

TheWebTech avatar May 22 '19 02:05 TheWebTech

added css for accordions in 8e9df1c

Kept it really simple

TheWebTech avatar May 22 '19 13:05 TheWebTech