Open rajdama opened 3 years ago
✔️ Deploy Preview for reactbarebones ready!
🔨 Explore the source changes: a0dac7c83cdf1466e29520c63f5206679492d6ac
🔍 Inspect the deploy log: https://app.netlify.com/sites/reactbarebones/deploys/6165b5cd6e272200076927ef
😎 Browse the preview: https://deploy-preview-21--reactbarebones.netlify.app/
Hi @rajdama ,
Thanks for the PR. I think we can expose some props where users can decide if all the tabs are to be opened together or just one at a time.
@vsanse Can you explain little bit more I didn't got what you said
Should their be a button like this?
Please check this: https://ant.design/components/collapse/
here if you see the collapse component it accepts a prop 'accordion' which defines if all the tabs can be opened together or one at a time. for e.g: if 'accordion:false`: then you can open tabs without closing the previous one else when you open a tab previously opened tabs would be closed automatically.
@vsanse Got it.
Accordian section added