0.9.1 • Published 6 months ago

@windplug/vue-primitives v0.9.1

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

vue-primitives

Primitives for Vue based on Tailwind Headless, to be used with @windplug/themes-system

IMPORTANT

IMPORTANT: when using a plugin like @windoplug/vue-toast, you have to include the path here within the tailwind.config.js "content" or Vite/Tailwind will not include the css classes used by the plugin when building or running:

// file: tailwind.config.js:

module.exports = {
  content: [
    "./index.html", /* you might have to add this */
    "./src/**/*.{vue,js,ts,jsx,tsx}",,
    "./node_modules/@windplug/vue-primitives/**/*.{vue,js,ts,jsx,tsx}" // <-- add this
  ],
  ...
"@babel/types": "^7.17.10",
"@types/node": "^17.0.31",
"@vitejs/plugin-vue": "^2.3.1",
"prettier": "^2.7.1",
"typescript": "^4.6.4",
"vite": "^2.9.7",
"vue": "^3.2.25",
"vue-tsc": "^0.34.7"
0.9.1

6 months ago

0.8.19

1 year ago

0.8.15

1 year ago

0.8.13

1 year ago

0.8.11

1 year ago

0.8.9

1 year ago

0.8.8

1 year ago

0.8.7

1 year ago

0.8.6

1 year ago

0.8.5

1 year ago

0.8.4

1 year ago

0.8.3

1 year ago

0.8.1

1 year ago

0.7.69

1 year ago

0.7.67

1 year ago

0.6.3

2 years ago

0.6.2

2 years ago

0.5.23

2 years ago

0.5.21

2 years ago

0.5.20

2 years ago

0.5.7

2 years ago