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
- Props: Check `props.ts` files in component source
92
93
- Theme variables: Check `theme.ts` files in component source
93
94
94
95
## Component Development Workflow
95
96
96
97
1. Find component in `/packages/ui-[name]/src/[Component]/`
97
98
2. Check Component README for API details
98
-
3. Make changes (functional components only)
99
+
3. Make changes
99
100
4. Run tests: `npm run test:vitest`
100
-
5. Update both README files if needed
101
+
5. Update README if the functionality has changed (e.g., a new prop was added)
101
102
6. Use `/commit` to create commit
102
103
103
104
## Breaking Changes
@@ -154,7 +155,7 @@ See `/regression-test/README.md` for detailed instructions.
154
155
155
156
## Writing Documentation
156
157
157
-
InstUI uses custom markdown with special code blocks for interactive examples.
158
+
InstUI uses custom markdown with special code blocks (using [gray-matter](https://github.com/jonschlinkert/gray-matter) YAML syntax) for interactive examples.
0 commit comments