vueuse / motion

๐Ÿคน Vue Composables putting your components in motion
https://motion.vueuse.org
MIT License
2.13k stars 75 forks source link

fix: motion component not using and merging custom presets #205

Open BobbieGoede opened 1 week ago

BobbieGoede commented 1 week ago

๐Ÿ”— Linked issue

โ“ Type of change

๐Ÿ“š Description

Resolves #201

This changes the Motion components to also use configured custom directives (should we consider renaming this to presets?) and should also allow merging/overriding by passing variant props as you normally do.

Does this make the components feature complete with the directive implementation? If not, let me know what's missing and I'll see to making it work ๐Ÿ˜„

๐Ÿ“ Checklist