9 lines
404 B
Plaintext
9 lines
404 B
Plaintext
---
|
|
description: Enforces Chakra UI best practices to maintain consistency and leverage the framework's capabilities.
|
|
globs: src/**/*.*
|
|
---
|
|
- Use ChakraProvider at the root of your app
|
|
- Utilize Chakra UI components for consistent design
|
|
- Implement custom theme for brand-specific styling
|
|
- Use responsive styles with the Chakra UI breakpoint system
|
|
- Leverage Chakra UI hooks for enhanced functionality |