Kikita UI is published under the @kikita-labs scope on the public npm registry. No registry configuration or auth token is required.

terminal
pnpm add @kikita-labs/ui

Use the package schematic when possible. It preserves existing style entries and configures the selected Angular project.

ng add @kikita-labs/ui

This docs app keeps the stylesheet in angular.json because that path is verified in a fresh Angular consumer build.

"styles": [
  "node_modules/@kikita-labs/ui/styles/kikita-ui.css",
  "src/styles.scss"
]

Use these options when a consumer app needs to control which parts of setup are written.

NameTypeDefaultDescription
--projectstringTargets a specific Angular project when the workspace contains multiple projects.
--skip-providerbooleanSkips writing provideKikitaUi() when the app manages providers manually.
--skip-stylesbooleanSkips adding the package stylesheet to angular.json.
--themebooleanWrites the default theme seed configuration into provideKikitaUi().