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
- Updated to storybook 3 and new format. Conversion to using $props still pending.
- Made esm only (technically breaking change but it wasn't really working before as a hybrid package either and this is still a WIP).
- Rewrote most components.
- Converted to tailwind.
- Changed to use variables from new theming library.
- Completely reworked css state management.
- Separated out components into smaller easy to re-use building blocks.
- Created single global resize observer.
- Added a color picker.
- Added a popup wrapper component.
- Added a template for stories.
- Improved accessibility.
- Removed babel.
- Not sure why even just transforms without polyfills causes issues when using the package, but it shouldn't be a problem to leave the polyfilling to the end app.
You should also be able to use tailwind directly instead of importing the styles.
47
+
48
+
The package provides a plugin `@alanscodelog/vue-components/tailwind/plugin.js` that can be used with tailwind. It should then be configured similar to the library's config.
0 commit comments