About this project
Ladle is an environment to develop, test, and share React components faster. Its README presents it as a tool for React component workflows, with documentation, a demo, Twitter, StackBlitz, and Discord links.
The documented quick start shows creating a small project, initializing a package, adding @ladle/react together with react and react-dom, creating a src/hello.stories.tsx file that exports a simple React component, and then running ladle serve. Equivalent setup steps are shown for pnpm, yarn, and npm. For PowerShell, the README provides a different command for writing the story file with the correct encoding.
The example story file is src/hello.stories.tsx and contains an exported component named World that renders a paragraph. After installing dependencies and adding that file, users run the Ladle development server to view the component environment. The README also points to the project website for documentation, a live demo, a StackBlitz sandbox, and a Discord community.
Comments
0 Rating appears after 10 ratings
Sign in to join the discussion.