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
{{ message }}
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.
one useful thing that only DOM elements supports is: actions sometimes we need to use actions for components (for example forwardEvents).
SMUI supports this using use prop.
we can write a preprocessor which change:
to:
then in
Base
component (Button.svelte) we can haveuse
prop and pass to DOM element.ui/blob/master/packages/common/src/internal/useActions.ts)
@pournasserian What do you think about this?
The text was updated successfully, but these errors were encountered: