You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could make 'hidden' static on Button like __def that is accessible by extendComponent for calling createComponent to make a new component with extended options.
What would the arguments for extendComponent be? If constructed component, need to avoid wrapping component and adding layers to hierarchy.
Can there be a props transform supplied to createComponent, like:
const FancyStyledButton = extendComponent(Button, { tokens: { backgroundColor: fancyColor } });
__def
that is accessible by extendComponent for calling createComponent to make a new component with extended options.(Component, props) => <Component horizontal horizontalAlign="end" gap={props.theme.buttonGap}>
Should support slots customization as well as allowing users to target specific component via theming.
Should allow styling and theming to work with all button variants such as those in Button: Creating ActionButton variant and cleaning styling #8645.
The text was updated successfully, but these errors were encountered: