toy-element
├─ 📁.github
│ └─ 📁workflows
│ └─ 📄test-and-deploy.yaml
├─ 📁packages
│ ├─ 📁components
│ │ ├─ 📁Button
│ │ │ ├─ 📄Button.test.tsx
│ │ │ ├─ 📄Button.vue
│ │ │ ├─ 📄index.ts
│ │ │ └─ 📄types.ts
│ │ ├─ 📄index.ts
│ │ ├─ 📄package.json
│ │ └─ 📄vitest.config.ts
│ ├─ 📁core
│ │ ├─ 📄components.ts
│ │ ├─ 📄index.ts
│ │ └─ 📄package.json
│ ├─ 📁docs
│ │ ├─ 📁.vitepress
│ │ │ ├─ 📁cache
│ │ │ │ └─ 📁deps
│ │ │ │ ├─ 📄chunk-QQPDCYC4.js
│ │ │ │ ├─ 📄chunk-QQPDCYC4.js.map
│ │ │ │ ├─ 📄package.json
│ │ │ │ ├─ 📄vitepress___@vueuse_core.js
│ │ │ │ ├─ 📄vitepress___@vueuse_core.js.map
│ │ │ │ ├─ 📄vitepress___@vue_devtools-api.js
│ │ │ │ ├─ 📄vitepress___@vue_devtools-api.js.map
│ │ │ │ ├─ 📄vue.js
│ │ │ │ ├─ 📄vue.js.map
│ │ │ │ └─ 📄_metadata.json
│ │ │ ├─ 📁theme
│ │ │ │ ├─ 📄index.ts
│ │ │ │ └─ 📄style.css
│ │ │ └─ 📄config.mts
│ │ ├─ 📄api-examples.md
│ │ ├─ 📄index.md
│ │ ├─ 📄markdown-examples.md
│ │ └─ 📄package.json
│ ├─ 📁hooks
│ │ └─ 📄package.json
│ ├─ 📁play
│ │ ├─ 📁.vscode
│ │ │ └─ 📄extensions.json
│ │ ├─ 📁public
│ │ │ └─ 📄vite.svg
│ │ ├─ 📁src
│ │ │ ├─ 📁assets
│ │ │ │ └─ 📄vue.svg
│ │ │ ├─ 📁components
│ │ │ │ └─ 📄HelloWorld.vue
│ │ │ ├─ 📄App.vue
│ │ │ ├─ 📄main.ts
│ │ │ ├─ 📄style.css
│ │ │ └─ 📄vite-env.d.ts
│ │ ├─ 📄.gitignore
│ │ ├─ 📄index.html
│ │ ├─ 📄package.json
│ │ ├─ 📄README.md
│ │ └─ 📄vite.config.ts
│ ├─ 📁theme
│ │ ├─ 📄index.css
│ │ ├─ 📄package.json
│ │ └─ 📄reset.css
│ └─ 📁utils
│ ├─ 📄index.ts
│ ├─ 📄install.ts
│ └─ 📄package.json
├─ 📄.gitignore
├─ 📄package.json
├─ 📄pnpm-lock.yaml
├─ 📄pnpm-workspace.yaml
├─ 📄postcss.config.cjs
├─ 📄tsconfig.json
└─ 📄tsconfig.node.json
-
Notifications
You must be signed in to change notification settings - Fork 0
little-spoon/toy-element
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published