Skip to content
/ ladle Public
forked from tajo/ladle

🥄 Develop, test and document your React story components faster.

License

Notifications You must be signed in to change notification settings

moltar/ladle

Repository files navigation

Ladle

Ladle is an environment to develop, test and share your React components faster.

Ladle BaseWeb

Quick start

yarn add @ladle/react react react-dom
yarn ladle serve # to start deving
yarn ladle build # to build (when ready to deploy)

Create your first story src/hello.stories.tsx:

export const Button = () => <button>Hello</button>;

About

🥄 Develop, test and document your React story components faster.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 64.1%
  • JavaScript 30.8%
  • CSS 3.4%
  • Dockerfile 0.7%
  • AppleScript 0.7%
  • HTML 0.2%
  • Shell 0.1%