TheWebTech / CrankShaft

A framework for building modern websites on the HubSpot Platform.
https://thewebtech.github.io/CrankShaft
MIT License
46 stars 17 forks source link

Create Accordions #62

Open TheWebTech opened 5 years ago

TheWebTech commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

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 commented 5 years ago

added css for accordions in 8e9df1c

Kept it really simple