vsanse / react_barebone_components

The only react library you can use as your own and edit to your heart's content.
https://codesandbox.io/s/react-barebone-components-e7urk
2 stars 4 forks source link

Implement accordion component #15

Open vsanse opened 2 years ago

vsanse commented 2 years ago

Screenshot_20211010-172652_Chrome

rajdama commented 2 years ago

I can do it.

rajdama commented 2 years ago

@vsanse Can you please specify that where accordion component must be added ?

vsanse commented 2 years ago

@rajdama we need to add reusable components under the src/components folder and similarly a demo showcasing it in demo folder which is rendered via App.js file.

Please check the codesandbox for a full view of project. https://codesandbox.io/s/react-barebone-components-e7urk

Also please check this example for reference: https://ant.design/components/collapse/

rajdama commented 2 years ago

@vsanse Ok.

vsanse commented 2 years ago

@rajdama this could be an interesting approach to implement accordion(just for reference) :https://youtu.be/WV0UUcSPk-0

rajdama commented 2 years ago

You can check I have added.