This package has been deprecated

Author message:

alyle-ui has moved, we are now at @alyle/ui

alyle-ui
TypeScript icon, indicating that this package has built-in type declarations

1.6.0-beta.4 • Public • Published

Alyle UI

npm npm Dependency Status

NPM

Description

Minimal Design, a package of components for Angular

Docs

here

Install Alyle UI

npm install alyle-ui --save

Import

src/app/app.module.ts

import { AlyleUIModule } from 'alyle-ui';
@NgModule({
  imports: [
    AlyleUIModule.forRoot({
      primary: 'blue',
      accent: 'pink',
      other: 'red',
      palette: {
        'blue': {
          '500': '#2196F3',
          contrast: 'light'
        },
        'pink': {
          '500': '#ff4b73',
          contrast: 'light'
        },
        'red': {
          '500': '#FF5252',
          contrast: 'light'
        }
      }
    }),
  ],
  ...
})
export class AppModule { }

Components

  • button
  • carousel
  • core
  • date picker
  • deep
  • drawer
  • header pagination
  • icon button
  • Input
  • menu
  • radio
  • cropping
  • ripple
  • tabs
  • toolbar

Package Sidebar

Install

npm i alyle-ui

Weekly Downloads

79

Version

1.6.0-beta.4

License

MIT

Unpacked Size

2.52 MB

Total Files

787

Last publish

Collaborators

  • alyle