Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

qdleader-ui

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qdleader-ui

Vue3 ui

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

vue3 的 UI 库

预览地址

在线地址 :https://qdleader.github.io/qdleader-ui

安装

npm install qdleader-ui

在main.ts 中 引入样式

import { createApp } from 'vue'
import App from './App.vue'

import 'qdleader-ui/dist/lib/qdleader-ui.css'


createApp(App).mount('#app')

使用


<template>
  <div><Button>按钮</Button></div>
</template>
<script>
  import {Button, Tabs, Switch, Dialog} from "qdleader-ui"
</script>

Keywords

vue3

FAQs

Package last updated on 17 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts