Skip to content

Commit

Permalink
feat: add vue UIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Heroor committed May 5, 2024
1 parent ff9e669 commit 5a09119
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 0 deletions.
Binary file added src/assets/icons/bootstrap-vue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/idux.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/inkline.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/primevue.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/icons/veui.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions src/model/modules/02-ui_design.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,28 @@ export default <AppItem[]>[
keywords: ['naiveui', 'vue', 'ui'],
name: 'Naive UI',
},
{
homepage: 'https://bootstrap-vue.org/',
repository: 'https://github.com/bootstrap-vue/bootstrap-vue',
icon: 'bootstrap-vue.png',
keywords: ['bootstrap-vue', 'vue', 'ui'],
name: 'BootstrapVue',
lessRadius: true,
},
{
homepage: 'https://tdesign.tencent.com/',
repository: 'https://github.com/Tencent/tdesign',
icon: 'tdesign.png',
keywords: ['tdesign', 'vue', 'react', 'flutter', 'angular', 'mobile', 'ui'],
name: 'TDesign',
},
{
homepage: 'https://primevue.org/',
repository: 'https://github.com/primefaces/primevue',
icon: 'primevue.png',
keywords: ['primevue', 'vue', 'ui'],
name: 'PrimeVue',
},
{
homepage: 'https://arco.design/',
repository: 'https://github.com/arco-design',
Expand All @@ -90,6 +105,27 @@ export default <AppItem[]>[
keywords: ['radix-vue', 'vue', 'ui'],
name: 'Radix Vue',
},
{
homepage: 'https://www.inkline.io/',
repository: 'https://github.com/inkline/inkline',
icon: 'inkline.png',
keywords: ['inkline', 'vue', 'ui'],
name: 'Inkline',
},
{
homepage: 'https://veui.dev/',
repository: 'https://github.com/ecomfe/veui',
icon: 'veui.png',
keywords: ['veui', 'vue', 'ui'],
name: 'VEUI',
},
{
homepage: 'https://idux.site/',
repository: 'https://github.com/IDuxFE/idux',
icon: 'idux.png',
keywords: ['idux', 'vue', 'ui'],
name: 'iDux',
},
{
homepage: 'https://vusion.github.io/cloud-ui/',
repository: 'https://github.com/vusion/cloud-ui',
Expand Down

0 comments on commit 5a09119

Please sign in to comment.