UNPKG

@ng-zen/cli

Version:

Angular UI components generator – Zen UI Kit CLI for schematics-based creation of customizable components like alert, avatar, button, card, checkbox, dialog, divider, form-control, icon, input, popover, radio, skeleton, switch, textarea with Storybook dem

14 lines (13 loc) 469 B
{ "$schema": "http://json-schema.org/schema", "$id": "NgZenCliComponents", "title": "Schema to create Zen UI library", "type": "object", "description": "Adds Zen CLI library and configure project 📦", "properties": { "installIconLibrary": { "type": "boolean", "x-prompt": "Would you like to install @hugeicons/core-free-icons? This package provides the icon set for zen-icon component. You can also install it manually later." } } }