@netlify/sdk--ui-react
v2.1.0
Published
A React-based toolkit for building UI extensions on top of the Netlify platform.
Maintainers
Keywords
Readme
@netlify/sdk--ui-react
A React-based toolkit for building UI extensions on top of the Netlify platform.
Documentation
See the Netlify SDK documentation for more information.
Installation
Consuming this package directly is not supported; you should instead consume this library via the @netlify/sdk package, which exposes a stable interface over this package.
Development
This package depends on other packages in the SDK monorepo. It's recommended that you build the entire project to make sure that all dependencies are built:
$ pnpm install
$ pnpm -w run buildWhen making more than a few small changes, you can build the entire project in watch mode:
$ pnpm -w run build:watchYou can develop components using Storybook:
$ pnpm --filter=@netlify/sdk--ui-react run storybook(The feedback loop in Storybook is tighter than building and serving an extension.)
