Skip to content

Commit

Permalink
feat(demo): demo add link to beta storybook (#2142)
Browse files Browse the repository at this point in the history
Co-authored-by: Philipp Gfeller <[email protected]>
  • Loading branch information
davidritter-dotcom and gfellerph authored Nov 21, 2023
1 parent 876c825 commit 5649040
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-turkeys-join.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-demo': minor
---

Added link to new documentation
20 changes: 20 additions & 0 deletions packages/demo/src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,26 @@ <h2 class="font-curve-large">Design System</h2>

<div class="bg-light py-5">
<div class="container">
<div class="alert alert-info" role="alert">
<h4 class="alert-heading">
The Swiss Post Design System documentation is migrating towards a new and revised version
based on storybook.
</h4>
<p>
Since it is still a beta version it is not yet complete, but in general the new storybook
version gives you a much better overview of the components and their possible states.
</p>
<div class="mt-3">
<a
href="https://next.design-system.post.ch"
rel="noopener"
target="_blank"
class="btn btn-primary"
>
🚀 Take me to the future!
</a>
</div>
</div>
<div class="alert alert-primary" role="alert">
<h4 class="alert-heading">The Swiss Post Design System is now compatible with Angular 16!</h4>
<p>
Expand Down

0 comments on commit 5649040

Please sign in to comment.