UNPKG

@ng-zen/cli

Version:

Angular UI components generator – Zen UI Kit CLI for schematics-based creation of customizable components like avatar, button, checkbox, divider, form-control, icon, input, skeleton, switch, textarea with Storybook demos.

10 lines (8 loc) 194 B
import { FilesConfig } from '../../types'; export const DEPENDENCIES_CONFIG: Partial<FilesConfig> = { icon: { dependencies: { '@hugeicons/core-free-icons': 'latest', }, }, };