This preview uses public imports from @kikita-labs/ui and the stylesheet registered through angular.json.

Package loadedStyled scrollbar provider

Consumer-safe input from @kikita-labs/ui

This page intentionally stays small and only references package symbols that are present in the installed public typings.

NameTypeDefaultDescription
provideKikitaUiApplicationConfig providerInstalled in app.config.ts with styled scrollbars enabled.
KuiFieldComponentstandalone componentWraps the input with package-provided label, hint, and field semantics.
KuiInputDirectivestandalone directiveApplies Kikita UI input styling to a native input.
KuiButtonDirectivestandalone directiveApplies Kikita UI button styling to a native button.
<kui-field label="Project" hint="Consumer-safe input from @kikita-labs/ui">
  <input kuiInput value="kikita-ui-docs" aria-label="Project" />
</kui-field>

<button kuiButton type="button" appearance="primary" size="md">Verified import</button>