-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
Summary
Flex is a custom layout primitive component. Minor improvements for developer experience and flexibility.
Improvements
2. Add inline prop for inline-flex
No way to use display: inline-flex. Add an inline boolean prop.
3. Use CSS Modules instead of inline styles
Currently uses inline styles for flex properties. Consider CSS Modules with CSS custom properties for consistency with the rest of the library.
Moved to Cross-Cutting Issues
The following items have been moved to cross-cutting issues that address them across all components:
- Add displayName (Add displayName to components and sub-components #676)
Files
packages/raystack/raystack/components/flex/
Reactions are currently unavailable