This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Description
Feature request
While Storybook was originally used for both testing and documentation it is now exclusively used as a sort of interactive component sandbox that is used to augment our documentation.
Due to a recent PR, Storybook can no longer be built with no easy fix and the CD pipeline for deploying Storybook has been removed as a result.
This means the interactive components are still available but new releases cannot be made, and as time continues the docs are at risk of becoming out of date.
Since we only need a way to show interactive code samples, I believe using CodeSandbox could an easy/low effort alternative to Storybook (and notably clean up/simplify our codebase and dependencies quite a bit).