1.13.9 • Published 8 months ago

@bpost/web-design-system v1.13.9

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

DesignSystem

This library was generated with Angular CLI version 16.2.0.

Usage and imports

In this section, you will learn how to import properly the visual components included in the package and also how to implement the themeing provided.

Theme

In order for the theme to be applied throughout your app, in your root theme add this import :

@import "../node_modules/bpost-components-desy/src/lib/components/themes/theme.scss";

Components playground:

Storybook

Components

In order to use the components in your application / module, you have to import it from the library. Note that if some components needs other imports, it will be described in an upcoming documentation.

Example import with button component :

@NgModule({
  declarations: [
    AppComponent
  ],
  imports: [
    BrowserModule,
    BpButton, //adding this line will allow you to use the component.
  ],
  providers: [],
  bootstrap: [AppComponent]
})
export class AppModule {
 }

Example use with button component:

<div>

  <bp-button [label]="Usage example" (onClick)="yourMethod(yourParams)" ></bpost-button>

</div>
1.13.6

9 months ago

1.13.9

8 months ago

1.13.8

8 months ago

1.13.7

9 months ago

1.13.5

9 months ago

1.13.4

9 months ago

1.13.3

9 months ago

1.12.7

10 months ago

1.12.6

10 months ago

1.12.5

10 months ago

1.12.8

10 months ago

1.13.2

10 months ago

1.13.1

10 months ago

1.13.0

10 months ago

1.12.3

11 months ago

1.11.4

11 months ago

1.12.2

11 months ago

1.11.3

12 months ago

1.12.1

11 months ago

1.11.2

12 months ago

1.12.0

11 months ago

1.11.1

1 year ago

1.12.4

11 months ago

1.9.0

1 year ago

1.11.0

1 year ago

1.10.0

1 year ago

1.8.4

1 year ago

1.8.3

1 year ago

1.8.1

1 year ago

1.8.0

1 year ago

1.7.2

1 year ago

1.7.1

1 year ago

1.7.0

1 year ago

1.6.1

1 year ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.3.7

1 year ago

1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

1 year ago

1.3.3

1 year ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago