New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

fst-ui

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fst-ui

企业组件库

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

version gzip licence

> A Vue.js 2.0 UI Toolkit for Web.

fst-ui will stay with Vue 2.x

  • 文档地址

Install

npm install fst-ui -S

Quick Start

import Vue from 'vue'
import Element from 'element-ui'
import 'element-ui/lib/theme-chalk/index.css';
import Fst from 'fst-ui'
import 'fst-ui/lib/theme-chalk/index.css';

Vue.use(Element)
Vue.use(Fst)

// or
import { 
  FstSearchTab, 
  FstSearchTabGroup 
} from 'fst-ui';

Vue.component(FstSearchTab.name, FstSearchTab)
Vue.component(FstSearchTabGroup.name, FstSearchTabGroup)

Browser Support

Modern browsers and Internet Explorer 10+

FAQs

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