🚀 Socket Launch Week Day 4:Socket MCP Adds Org Alerts, Threat Feed Review, and Package Inspection.Learn more
Sign In

sx-ui2

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

sx-ui2

个人网演示组件库

latest
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

sx-ui2 组件库

快速开始

1.安装组件库

npm i sx-ui2

2.引用组件库

//  全部引入
import 'sx-ui2/dist/css/index.css';
import MUI from 'sx-ui2';
Vue.use(MUI);

// 按需引用
import 'sx-ui2/dist/css/demo.css';
import {Demo} from 'sx-ui2';
Vue.use(Demo);

Keywords

vue

FAQs

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