Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/ladlePublic

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

License

NotificationsYou must be signed in to change notification settings

tajo/ladle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ladle logo


npm packagebuild statusdiscord chattwitter profilehomepagestackblitz


Ladle BaseWeb

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

Quick start

mkdir my-ladlecd my-ladlepnpm initpnpm add @ladle/react react react-dommkdir srcecho"export const World = () => <p>Hey</p>;"> src/hello.stories.tsxpnpm ladle serve

with yarn

mkdir my-ladlecd my-ladleyarn init --yesyarn add @ladle/react react react-dommkdir srcecho"export const World = () => <p>Hey</p>;"> src/hello.stories.tsxyarn ladle serve

with npm

mkdir my-ladlecd my-ladlenpm init --yesnpm install @ladle/react react react-dommkdir srcecho"export const World = () => <p>Hey</p>;"> src/hello.stories.tsxnpx ladle serve

For powershell, replace in the above listings echo with the following

@"export const World = () => <p>Hey</p>;"@|out-file-encoding ASCII src/hello.stories.tsx

[8]ページ先頭

©2009-2025 Movatter.jp