Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
tdesign-vue-next
Advanced tools
English | 简体中文
TDesign Vue Next is a UI component library for Vue 3 and desktop application.
npm i tdesign-vue-next
import { createApp } from 'vue';
import { Button } from 'tdesign-vue-next';
import 'tdesign-vue-next/es/style/index.css';
import App from './app.vue';
const app = createApp(App);
app.use(Button);
The package of tdesign-vue-next provides kinds of bundles, read the documentation for the detail of differences between bundles.
Visit TDesign Starter to experience in the application built with TDesign Vue Next UI components.
IE / Edge | Firefox | Chrome | Safari |
---|---|---|---|
Edge >=84 | Firefox >=83 | Chrome >=84 | Safari >=14.1 |
Read our browser compatibility for more details.
TDesign also provides component libraries for other platforms and frameworks.
Contributing is welcome. Read guidelines for contributing before submitting your Pull Request.
Create your Github issues or scan the QR code below to join our user groups
The MIT License. Please see the license file for more information.
🌈 1.10.6 2024-12-31
List
: 新增scrollTo
方法,支持滚动到指定元素,可参考示例使用 @natural1024 (#4863)Radio
: 新增 theme
API,用于决定 options
方式渲染的 Radio
样式 @myronliu347 @liweijie0812 (#4872)Table
:
Cascader
:
Dialog
:
Swiper
: 修复 autopaly=false
, 修改 current
无效 @liweijie0812 (#4845)Upload
: 上传组件图片展示样式优化 @huangchen1031 (#4853)Slider
: 滑块可以正常在移动端设备中拖动 @zd5043039119 (#4860)DatePicker
: 优化日期范围选择面板初始化展示的逻辑,保持右侧面板大于左侧面板 @uyarn (#4879)DateRangePicker
: 修复开始结束值同时存在的逻辑判断错误问题 @betavs (#4868)Tree
: 修复使用keys
定义value
无法配合 scrollTo
一起使用的问题 @uyarn (#4880)Tree
: 新增关于唯一键值不可重复的问题FAQ @RSS1102 @uyarn (#4852)FAQs
TDesign Component for vue-next
The npm package tdesign-vue-next receives a total of 476 weekly downloads. As such, tdesign-vue-next popularity was classified as not popular.
We found that tdesign-vue-next demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.