Skip to content

Commit 4760f26

Browse files
authored
chore: Update base_component.md (#4900)
## 📄 Description Added a tokens section to the component base template and aligned naming.
1 parent 9d1cfe6 commit 4760f26

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/ISSUE_TEMPLATE/base_component.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Base Component
2+
name: Component/Base
33
about: Parent issue for adding sub-issues related to this component.
44
title: ''
55
labels: '🧩 base component'
@@ -8,7 +8,7 @@ type: 'Feature'
88
---
99

1010
### 📝 Description
11-
<!-- Generic descripton of the component, a screenshot if available -->
11+
<!-- Generic description of the component, a screenshot if available -->
1212

1313
### 🎨 Design
1414
<!-- Link to the Figma Design File if available -->
@@ -22,5 +22,12 @@ type: 'Feature'
2222
### 🔄 Dependencies & Related Components
2323
<!-- List related components or dependencies -->
2424

25+
### 🔮 Tokens
26+
<!-- List necessary tokens for this component -->
27+
28+
```yml
29+
post-button-bg-color: #050400
30+
```
31+
2532
### 🔗 References
2633
<!-- Add references to other Design Systems that implement this component, for example from the [component gallery](https://component.gallery/) -->

0 commit comments

Comments
 (0)