mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-08 21:02:25 -05:00
* run panel gen code * add the default style * add tthe styles for the panel * create context of bsStyle * add panel heading * add panel title * add panel body * create the story for the panel * typo hiding the border * border doesn't work for some reason * only border-3 works in tailwind * change for border-1 for better visual indication * fix: bsStyle not applying to the panel * add html props to the elements * remove the info colors for our info colors * fix heading style * add Panel test * use to have Class instead * fix type * component disregarding default attributes? * remove duplication in the test * use compound components * clean the old logic for the bsStyle * clean the exports * add heading and bsstyle control * fix the classes * check for title body render * remove extra types --------- Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>