mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 08:46:15 -04:00
chore: first commit
This commit is contained in:
commit
64c92a661c
37 changed files with 13458 additions and 0 deletions
74
src/plugins/naive.plugin.ts
Normal file
74
src/plugins/naive.plugin.ts
Normal file
|
@ -0,0 +1,74 @@
|
|||
import {
|
||||
create,
|
||||
NButton,
|
||||
NConfigProvider,
|
||||
NGlobalStyle,
|
||||
NCard,
|
||||
NInput,
|
||||
NColorPicker,
|
||||
NInputNumber,
|
||||
NSpace,
|
||||
NH1,
|
||||
NForm,
|
||||
NFormItem,
|
||||
NTimePicker,
|
||||
NText,
|
||||
NIcon,
|
||||
NSwitch,
|
||||
NCollapseTransition,
|
||||
NGrid,
|
||||
NGridItem,
|
||||
NPopconfirm,
|
||||
NSlider,
|
||||
NCollapse,
|
||||
NCollapseItem,
|
||||
NProgress,
|
||||
NAutoComplete,
|
||||
NSelect,
|
||||
NUpload,
|
||||
NEmpty,
|
||||
NModal,
|
||||
NTooltip,
|
||||
NAlert,
|
||||
NP,
|
||||
NH2,
|
||||
NDropdown,
|
||||
} from 'naive-ui';
|
||||
|
||||
const components = [
|
||||
NDropdown,
|
||||
NH2,
|
||||
NP,
|
||||
NAlert,
|
||||
NTooltip,
|
||||
NModal,
|
||||
NEmpty,
|
||||
NUpload,
|
||||
NSelect,
|
||||
NAutoComplete,
|
||||
NProgress,
|
||||
NCollapse,
|
||||
NCollapseItem,
|
||||
NSlider,
|
||||
NPopconfirm,
|
||||
NGrid,
|
||||
NGridItem,
|
||||
NButton,
|
||||
NConfigProvider,
|
||||
NGlobalStyle,
|
||||
NCard,
|
||||
NInput,
|
||||
NColorPicker,
|
||||
NInputNumber,
|
||||
NSpace,
|
||||
NH1,
|
||||
NForm,
|
||||
NFormItem,
|
||||
NTimePicker,
|
||||
NText,
|
||||
NIcon,
|
||||
NSwitch,
|
||||
NCollapseTransition,
|
||||
];
|
||||
|
||||
export const naive = create({ components });
|
Loading…
Add table
Add a link
Reference in a new issue