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

vinpac/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 59.2%
  • JavaScript 28.7%
  • CSS 10.9%
  • Other 1.2%