Remove classes
props from component
#917
Labels
brightlayer-ui
Used to identify Brightlayer UI platform issues for easy filtering
enhancement
Request for improvement or new feature
Milestone
Describe the desired feature/functionality
Remove the
classes
props from components.Additional Context (where / how would this be used)
With the sx styles, it's much easier to target nested elements for styling, so this is unnecessary and bloats the components.
Is this request related to a current issue?
Suggested implementation details
Replace the classes prop with a hardcoded class name on various structural elements, all prefixed with
Blui<ComponentName>-
. Refactor styles to use sx and nested sx rules where appropriate.The text was updated successfully, but these errors were encountered: