imballinst / react-bs-datatable

Bootstrap datatable without jQuery. Features include: filter, sort, pagination, checkbox, and control customization.
https://imballinst.github.io/react-bs-datatable
MIT License
59 stars 20 forks source link

Improve Storybook stories #195

Open imballinst opened 9 months ago

imballinst commented 9 months ago

At the moment, the "story wrapper" is a bit chaotic since the "Show code" shows a very long array and it's not exactly helpful either. There are probably 2 options here:

  1. Use a "raw" way in Stories so that it's more explicit, then
  2. Export the snippets using https://github.com/temporalio/snipsync to a documentation, something like Docusaurus or so

Reference comment: https://github.com/imballinst/react-bs-datatable/issues/194#issuecomment-1862130947

imballinst commented 9 months ago

https://imballinst.github.io/react-bs-datatable now uses Starlight, + the Storybook hosted under it. Let's see if it works. I'll keep it open for the time being.