feat: more examples

This commit is contained in:
Alexandr
2022-06-30 14:29:38 +03:00
parent e74bf6951e
commit 169e3b2e9f
10 changed files with 590 additions and 25 deletions

15
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "flowbite-vue",
"version": "0.4.1",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -689,6 +689,19 @@
"readdirp": "~3.6.0"
}
},
"class-names": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/class-names/-/class-names-1.0.0.tgz",
"integrity": "sha512-AQL0OLcu6D5hTwPcY78UgQ0JMS5cR1eYFV60C6V9WNMKVgyXi+CSGYuuWUAVo/6+Z2JRk6VBTn1XO5U94SqBww==",
"requires": {
"classnames": "^2.2.5"
}
},
"classnames": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/classnames/-/classnames-2.3.1.tgz",
"integrity": "sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA=="
},
"color-convert": {
"version": "1.9.3",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",