You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

tmd-ui

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmd-ui

tmd组件库

0.1.5
latest
npmnpm
Version published
Maintainers
1
Created
Source

tmd-ui 组件库

组件文档

文档链接

快速开始

1. 安装组件库

npm i tmd-ui

2. 引用组件库

// 完整引入
import TMDUI from 'tmd-ui'
import 'tmd-ui/dist/css/index.css'
Vue.use(TMDUI)

// 按需引入
import { Demo } from 'tmd-ui'
import 'tmd-ui/dist/css/demo.css'
Vue.use(Demo)

Keywords

tmd-ui

FAQs

Package last updated on 09 Apr 2023

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