🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@21cnfe/tv-vui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@21cnfe/tv-vui

TV端VUI组件库

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

TvVui

致力于解决TV焦点寻找问题,开箱即用的 Vue 组件。

安装

$ npm install @21cnfe/tv-vui --save
$ yarn add @21cnfe/tv-vui

全量引入

import TvVui from '@21cnfe/tv-vui'
import '@21cnfe/tv-vui/dist/styles/tv-vui.css'
Vue.use(TvVui)

按需引入

import { TvCard, TvChunk } from '@21cnfe/tv-vui'
Vue.component('TvCard', TvCard)
Vue.component('TvChunk', TvChunk)

链接

使用文档

Keywords

vui

FAQs

Package last updated on 24 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