Skip to content

Commit 0cc4cd3

Browse files
committed
Create README.md
1 parent 249f59c commit 0cc4cd3

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

docs/design-system-1.0/README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
sectionTitle: Design System 1.0 (old)
3+
sectionOrder: 40
4+
---
5+
6+
# Design System 1.0 (Deprecated)
7+
8+
> **This library is deprecated.** Please use [@bcc-code/design-tokens](https://www.npmjs.com/package/@bcc-code/design-tokens) with [PrimeVue](https://primevue.org/) instead.
9+
10+
## Storybook
11+
12+
View the old component library in Storybook:
13+
14+
- [Production Storybook](https://design-library.developer.bcc.no)
15+
- [Dev Storybook](https://design-library-dev.developer.bcc.no) (unreleased changes)
16+
17+
## Packages
18+
19+
| Package | Status |
20+
|---------|--------|
21+
| `@bcc-code/design-library-vue` | Deprecated |
22+
| `@bcc-code/design-library-css` | Deprecated |
23+
24+
## Migration
25+
26+
To migrate to the new design tokens:
27+
28+
1. Install the new package: `npm install @bcc-code/design-tokens`
29+
2. Replace custom BCC components with PrimeVue components
30+
3. Use the BCC preset for PrimeVue theming
31+
4. See [Getting Started](../getting-started/) for setup instructions
32+
33+
## Source Code
34+
35+
The deprecated design-library source code is available in the [design-library folder](https://github.com/bcc-code/bcc-design/tree/main/design-library) of the bcc-design repository.

0 commit comments

Comments
 (0)