-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(VMultiSelect): add CSS Properties support (#45)
* fix(VMultiSelect): import deps styles for standalone usage * feat(VMultiSelect): add CSS Properties support * docs(VMultiSelect): add CSS Properties docs
- Loading branch information
Showing
4 changed files
with
217 additions
and
79 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@gits-id/multi-select", | ||
"version": "0.13.5", | ||
"description": "GITS Input Component", | ||
"description": "Vue Multi Select Component", | ||
"scripts": { | ||
"build": "vite build && vue-tsc --emitDeclarationOnly && mv dist/src dist/types", | ||
"prepublishOnly": "npm run build", | ||
|
@@ -10,13 +10,15 @@ | |
"keywords": [ | ||
"input", | ||
"gits", | ||
"ui-component" | ||
"ui-component", | ||
"multi-select" | ||
], | ||
"author": "Warsono <[email protected]>", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@gits-id/badge": "^0.13.5", | ||
"@gits-id/tooltip": "^0.13.5", | ||
"@gits-id/forms": "^0.13.5", | ||
"@vueuse/core": "^7.7.1", | ||
"vee-validate": "^4.6.1", | ||
"vue": "^3.2.31" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.