Socket
Book a DemoInstallSign in
Socket

@fesjs/fes-design

Package Overview
Dependencies
Maintainers
8
Versions
197
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fesjs/fes-design

fes-design for PC

latest
Source
npmnpm
Version
0.8.83
Version published
Weekly downloads
304
90%
Maintainers
8
Weekly downloads
 
Created
Source

Fes Design

Vue3 组件库,Typescirpt 编写,高性能,支持按需引入、国际化、可配置主题。

安装

npm i @fesjs/fes-design
pnpm i @fesjs/fes-design

使用

<template>
    <FButton type="primary">Primary</FButton>
    <CloseCircleFilled />
</template>

<script setup>
import {FButton} from '@fesjs/fes-design';
import {CloseCircleFilled} from '@fesjs/fes-design/icon';
</script>

反馈

Github IssueFes.js开源运营小助手
@fesjs/fes-design

Keywords

fes

FAQs

Package last updated on 25 Jul 2025

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