icon
icon copied to clipboard
feat: add skipCustomize prop
๐ Linked issue
resolves #333
โ Type of change
- [x] ๐ Documentation (updates to the documentation or readme)
- [ ] ๐ Bug fix (a non-breaking change that fixes an issue)
- [ ] ๐ Enhancement (improving an existing functionality)
- [x] โจ New feature (a non-breaking change that adds functionality)
- [ ] ๐งน Chore (updates to the build process or auxiliary tools and libraries)
- [ ] โ ๏ธ Breaking change (fix or feature that would cause existing functionality to change)
๐ Description
Add a prop to skip the global customization function.
I guess we could just support :customize="false" and :customize="null" instead of introducing a new prop?
Nice idea! I'll try to update the PR today