watercolor-ui
v1.2.13
Published
Watercolor UI installer for core and platform packages
Readme
watercolor-ui
This package is an installer for Watercolor UI.
Usage
npm install watercolor-uiRun the installer to install the core package and the selected platform package:
@zeturn/watercolor-core@zeturn/watercolor-reactor@zeturn/watercolor-vue- One icon package (optional)
Next.js (App Router): install @zeturn/watercolor-next separately — it re-exports
the React components behind a built-in "use client" RSC boundary, so the installer is not needed
for Next.js projects.
Svelte 5 / SvelteKit: install @zeturn/watercolor-svelte separately — native
Svelte 5 components with the same export names, so the installer is not needed for Svelte projects.
Angular: install @zeturn/watercolor-angular separately — native Angular
standalone components with the same export names, so the installer is not needed for Angular projects.
Choose a platform
Use the CLI interactively:
npx watercolor-uiOr choose the framework and optional icon pack explicitly:
npx watercolor-ui --framework react
npx watercolor-ui --framework vue --icons lucide
# Next.js (App Router) does not use the installer:
# npm install @zeturn/watercolor-next
# Svelte 5 / SvelteKit does not use the installer:
# npm install @zeturn/watercolor-svelte
# Angular does not use the installer:
# npm install @zeturn/watercolor-angularInstalling watercolor-ui has no postinstall side effects. The CLI only changes
dependencies when you invoke it explicitly.
