Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion philosophy.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,15 @@ Our goal is to create a well-funded open-source component library that the commu

### Documentation

TODO
- Documentation should be comprehensive yet concise, explaining the "why" behind design decisions
- Every component should have clear examples demonstrating common use cases
- API references should include type information, default values, and accessibility notes
- Include migration guides when introducing breaking changes
- Provide copy-pasteable code snippets that work out of the box
- Document known limitations and edge cases transparently
- Keep examples focused on one concept at a time to reduce cognitive load
- Include interactive playgrounds where possible for hands-on exploration
- Accessibility documentation should explain both what the component does automatically and what the developer is responsible for

### Misc

Expand Down