Release Notes
What's new in the latest version of the vue-tailwind library.
vue-tailwind v.2.2
New features
- Finally you can use a timepicker on the
TDatepicker
component Read more →
vue-tailwind v.2.0
New features
- New syntax for installing the components
- Install only the components you need for smaller bundle size
- Custom name for components
- The ability to install the same component multiple times with different default settings and name
- New default theme
vue-tailwind v.1.3
New features
-
A brand new Dialog component (TDialog) released. Read more →
-
Misc fixes
vue-tailwind v.1.2
New features
-
Now you can override the default value of every prop in the components, this is very useful when you want to avoid changing the default behavior of a component without needed to set the props every time. Read more →
-
A brand new Datepicker component (TDatepicker) released. Read more →
-
Better Typescript integration and some bug fixes