generated from nl-design-system/example
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathnew_component_template.md
56 lines (40 loc) · 1.68 KB
/
new_component_template.md
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
45
46
47
48
49
50
51
52
53
54
55
56
---
name: Nieuw component
about: Nieuw component in LUX Design System
---
## Omschrijving
<!--
Beschrijf het component en als er een community component gebruik wordt als basis welke wijzigingen er zijn.
-->
## Links
- Component: <!-- link naar https://www.nldesignsystem.nl/[component] -->
- Figma: <!-- link naar Figma design of design tokens -->
- Community component:
- CSS: <!-- link naar CSS Storybook van gebruikte component -->
- React: <!-- link naar React Storybook van gebruikte component -->
- Code: <!-- link naar Code van gebruikte component -->
<!-- - Extra links -->
## Checks
### Definition of ready
<!-- Surround an item with double tildes `~~` to indicate that it does not apply to this issue -->
- [ ] Code check op community component (door LUX)
- [ ] Styling check op community component (door LUX)
- [ ] Plan voor missende features of bugs community component beschreven in ticket
- [ ] Component tokens zijn beschikbaar op `main`
- [ ] Ticket doorgenomen met uitvoerder
### Definition of done
<!-- Surround an item with double tildes `~~` to indicate that it does not apply to this issue -->
#### Component
- [ ] Component is beschikbaar in de index
- [ ] Design tokens worden gebruikt
#### Storybook
- [ ] Playground story
- [ ] States en properties stories
- [ ] Korte beschrijving van het component
- Wat doet het
- Wat doen (speciale) features
- Relatie met andere componenten (bijv. Form field label en Form field)
#### Tests
- [ ] Het component rendert
- [ ] Aanpassingen en/of uitbreidingen werken (zie ook [Testing components](https://nl-design-system.github.io/utrecht/storybook/?path=/docs/react_react-testing--docs))
- [ ] Visual regression test (door LUX)