You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: skills/react-clean-architecture-add-component/SKILL.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Question requirements:
34
34
35
35
- Provide the type as options (`ui`, `features`)
36
36
- Require the component name to be in PascalCase
37
-
- For `ui`, ask whether direct Mantine usage in existing `features` should be replaced with the new component
37
+
- For `ui`, ask whether direct usage of Mantine or other UI libraries in existing `features` should be replaced with the new component
38
38
39
39
## Procedure
40
40
@@ -63,7 +63,7 @@ Question requirements:
63
63
64
64
5. Replace existing usages (only when creating `ui`)
65
65
66
-
- Only when the user approves, replace equivalent direct Mantine implementations in existing `features` with the new `ui` component.
66
+
- Only when the user approves, replace equivalent direct implementations using Mantine or other UI libraries in existing `features` with the new `ui` component.
0 commit comments