forked from carbon-design-system/carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
catalog-info.yaml
45 lines (44 loc) · 1.14 KB
/
catalog-info.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: carbon
description: Carbon is an open-source design system built by IBM
tags:
- carbon
- designsystem
annotations:
github.com/project-slug: carbon-design-system/carbon
links:
- url: https://carbondesignsystem.com
title: Carbon Design System website
- url: https://ibm-studios.slack.com/archives/C0M053VPT
title: Internal carbon-design-system Slack channel
- url: https://discord.gg/J7JEUEkTRX
title: Discord channel
spec:
type: library
lifecycle: production
owner: carbon
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: carbon-react
description: React components for the Carbon Design System
tags:
- carbon
- react
links:
- url: http://react.carbondesignsystem.com
title: Storybook
- url: https://ibm-studios.slack.com/archives/C2K6RFJ1G
title: Internal carbon-react slack channel
- url: https://carbondesignsystem.com/developing/frameworks/react/
title: How-to docs and guidelines
spec:
type: library
lifecycle: production
subcomponentOf: carbon
owner: carbon
---