Skip to content

Commit

Permalink
feat: add scale indicator in getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Feb 8, 2025
1 parent 94bc105 commit ed29875
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions content/en/patterns/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ To get the most out of this documentation:
4. **Accessibility** - Pay attention to accessibility requirements for each component
5. **Best Practices** - Review the do's and don'ts before implementing

## How Would We Define “Build Effort”?

Each pattern has a complexity indicator using this simple scale:

| Level | Description |
| --------- | ------------------------------------------------------------------------------------------------------------------------------------- |
| 🟢 Low | Simple implementation, minimal dependencies, little to no JavaScript required (e.g., Tooltip, Expandable Text). |
| 🟡 Medium | Requires state management, user interactions, and accessibility considerations (e.g., Load More, Modal). |
| 🔴 High | Complex UI behavior, animations, accessibility, performance optimizations, and multiple edge cases (e.g., Carousel, Infinite Scroll). |

## Contributing

We welcome contributions from the community! Whether you want to:
Expand Down

0 comments on commit ed29875

Please sign in to comment.