0.1.0 • Published 4 years ago

@standardkit/angular-components v0.1.0

Weekly downloads
-
License
Unlicense
Repository
github
Last release
4 years ago
:warning:PRE-ALPHA

@standardkit/angular-components

Install normally.

npm i -s @standardkit/angular-components

Also use styles & themes to make it look good.

npm i -s @standardkit/themes
npm i -s @standardkit/styles

Usage

Import the StandardKit module into your angular project.

@NgModule({
  imports: [
    StandardKitModule.forRoot({
      iconSet: 'font-awesome', // For example
      iconMap: {error: 'times-circle', close: 'time'},
      alert: {hasIcon: true, isDismissable: true} // For example
    })
  ],
  declarations: [StyleguideComponent],
  bootstrap: [StyleguideComponent]
})
export class StyleguideModule {
}

Then import the modules you need where you need them.

It uses a system of Cascading Configuration so by default it works, but you can override almost everything with more specific configuration.

check https://docs.standardkit.io for more information.

0.1.0

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago