ladle-react-native
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

Ladle

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

Ladle BaseWeb

Quick start

mkdir my-ladle
cd my-ladle
pnpm init
pnpm add @ladle/react react react-dom
mkdir src
echo "export const World = () => <p>Hey</p>;" > src/hello.stories.tsx
pnpm ladle serve

with yarn

mkdir my-ladle
cd my-ladle
yarn init --yes
yarn add @ladle/react react react-dom
mkdir src
echo "export const World = () => <p>Hey</p>;" > src/hello.stories.tsx
yarn ladle serve

with npm

mkdir my-ladle
cd my-ladle
npm init --yes
npm install @ladle/react react react-dom
mkdir src
echo "export const World = () => <p>Hey</p>;" > src/hello.stories.tsx
npx ladle serve

Readme

Keywords

none

Package Sidebar

Install

npm i ladle-react-native

Weekly Downloads

43

Version

0.4.0

License

MIT

Unpacked Size

439 kB

Total Files

122

Last publish

Collaborators

  • yusufyildirim