This application consists of the following two parts:
main.tsx
andstories/
A system that provides simple sample pages based on the filenames instories/
. By writing.tsx
files in a format similar to Component Story Format (note: not compatible), you can easily create a component catalog.- Components displayed in
stories/
(e.g.AutoResizingTextarea.tsx
)
A proof of concept (PoC) for slightly complex React components. Includes components implemented in other repositories.
MIT