Skip to content
/ ladle Public
forked from tajo/ladle

🥄 Develop, test and document your React components faster.

License

Notifications You must be signed in to change notification settings

talshani/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 components faster.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 62.9%
  • JavaScript 32.7%
  • CSS 3.3%
  • Other 1.1%