All Projects → WeBankFinTech → fes-design

WeBankFinTech / fes-design

Licence: MIT License
vue3 PC 组件库。文档:https://fes-design-4gvn317r3b6bfe17-1254145788.ap-shanghai.app.tcloudbase.com/

Programming Languages

typescript
32286 projects
Vue
7211 projects
Less
1899 projects
javascript
184084 projects - #8 most used programming language

Fes Design

一个 vue3 组件库。

Install

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

Usage

<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 Issue 微信群 Fes.js开源运营小助手
@fesjs/fes-design
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].