@sky.ui.pro/react
v0.0.58
Published
Sky UI Pro React wrappers — run npx sky.ui.pro install after npm install.
Downloads
3,137
Readme
@sky.ui.pro/react
Pro-tier React wrappers for Sky UI. Includes Kanban boards, trees, editors, drawers, datepickers, and other advanced inputs/navigation — not Ultra components such as Table, Chart, or Flow.
Requires an active Sky UI Pro subscription.
Install
npx sky.ui.pro login
npx sky.ui.pro installOr install manually, then hydrate:
npm install "@sky.ui.pro/react"
npx sky.ui.pro install --framework=reactQuote scoped names (
"@sky.ui/…") — required in PowerShell. See powershell-scoped-packages.md.
For CI/CD: SKY_UI_AUTH_TOKEN=sk_ci_… npx sky.ui.pro install --yes --framework=react. See @sky.ui.pro/core for token details.
Quick start
import { SkyKanban } from '@sky.ui.pro/react';
// or: import { SkyKanban } from '@sky.ui.pro/react/sky-kanban';
export function App() {
return <SkyKanban />;
}Auto-import (one plugin)
SkyUIProReactVitePlugin alone covers free + Pro React resolvers and kebab <sky-*> CE auto-import. No separate Free plugin required. Spread the returned array:
import { SkyUIProReactVitePlugin } from "@sky.ui.pro/react/vite";
export default {
plugins: [...SkyUIProReactVitePlugin({ /* license options if required */ })],
};Webpack: ...SkyUIProReactWebpackPlugin() returns the same stacked resolvers.
Manual imports
import { SkyKanban, SkyTree } from '@sky.ui.pro/react';Related packages
| Package | Description |
|---------|-------------|
| @sky.ui.pro/core | Pro Lit components (required) |
| @sky.ui/react | Free-tier React wrappers |
| @sky.ui.ultra/react | Ultra wrappers (Table, Chart, Flow, …) |
License
Sky UI Pro Commercial License — requires an active Sky UI Pro subscription.
