zakodium-oss / react-science

React components and tools to build scientific applications.
https://react-science.pages.dev
MIT License
3 stars 6 forks source link

Remove ButtonGroup component #657

Closed stropitek closed 6 months ago

stropitek commented 6 months ago

Replace story with a simple blueprintjs ButtonGroup example

wadjih-bencheikh18 commented 6 months ago

Also we can do the same for RadioGroup component https://react-science.pages.dev/stories/?path=/story/forms-radio--basic

The only problem is that type="button" is not available in blueprintjs. Is it interesting to have it?

stropitek commented 6 months ago

Creating another issue for RadioGroup