feat: add gradient(monochrome, duotone), outline colored button. prefix and suffix slots button

This commit is contained in:
Alexandr
2022-06-30 19:56:08 +03:00
parent 957419b2b0
commit 6d043fd53d
15 changed files with 327 additions and 23 deletions

View File

@@ -20,6 +20,7 @@
"serve": "vitepress serve docs",
"build:docs": "vitepress build docs",
"build": "vite build",
"build-types": "vue-tsc --declaration --emitDeclarationOnly",
"lint": "eslint --ext .ts,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
@@ -40,11 +41,12 @@
"flowbite": "^1.4.2",
"postcss": "^8.4.6",
"prettier": "^2.3.2",
"tailwindcss": "^3.0.24",
"tailwindcss": "^3.1.4",
"typescript": "^4.7.3",
"vite": "^2.4.3",
"vitepress": "^1.0.0-alpha.4",
"vue-eslint-parser": "^9.0.3"
"vue-eslint-parser": "^9.0.3",
"vue-tsc": "^0.38.2"
},
"postcss": {
"plugins": {