kit-ng-ui
v0.1.0
Published
Kit UI — full Angular component library (umbrella). Installs every @kit-ng-ui/* package in one shot; import from @kit-ng-ui/<component>.
Readme
kit-ng-ui
Umbrella package for Kit UI — installs the entire Angular component library in one command.
npm i kit-ng-uiThis pulls in every @kit-ng-ui/* package (core, icons, and all components). You then import from the individual scoped packages as usual:
import { KitButtonComponent } from '@kit-ng-ui/button';
import { KitInputComponent } from '@kit-ng-ui/input';Prefer installing only what you need? Skip this package and install the scoped packages directly, e.g. npm i @kit-ng-ui/core @kit-ng-ui/icons @kit-ng-ui/button.
The dependency list of this package is generated at build time from the actual
@kit-ng-ui/*packages, so it always stays in sync.
