@swisspost/design-system-components-angular
v8.6.2
Published
Swiss Post Design System - Angular Wrapper Components
Downloads
602
Keywords
Readme
Swiss Post Design System Components-Angular
A collection of angular-components built with Stencil JS for the Swiss Post Design System.
Documentation
- Technical docs: Swiss Post Design System
Usage
Install the package in your Angular project:
npm install @swisspost/design-system-components-angular
In your app.module.ts
, add the components to your imports:
// Other imports ....
import { PostComponentsModule } from '@swisspost/design-system-components-angular';
@NgModule({
imports: [PostComponentsModule],
})
export class AppModule {}
In your templates, the components are available as:
<post-icon></post-icon>
Contribute
Considering supporting the Swiss Post Design System with your contribution? Whether you like to contribute new patterns, fix a bug, spotted a typo or have ideas for improvement - we'd love to hear from you. Learn how you can contribute to this project in the components-angular contribution guidelines and also take a look at the general contribution guidelines.
For any questions regarding the pattern library, you can reach out on the discussions page.
In order to keep our community open and inclusive, we expect you to read and follow our Code of Conduct.
License
Software contained in this repository is published by the Swiss Post Ltd. under the Apache 2.0 License.
© 2024 Swiss Post, Ltd.