All Projects → Tencent → tdesign-common

Tencent / tdesign-common

Licence: MIT License
TDesign style/utils shared by multiple frameworks repo.

Programming Languages

HTML
75241 projects
Less
1899 projects
typescript
32286 projects

Projects that are alternatives of or similar to tdesign-common

tdesign-vue-next
A Vue3.x UI components lib for TDesign.
Stars: ✭ 799 (+1041.43%)
Mutual labels:  less, tdesign
utils.js
👷 🔧 zero dependencies vanilla JavaScript utils.
Stars: ✭ 14 (-80%)
Mutual labels:  utils
eadmin
eadmin - 极致用户体验与极简开发并存的开箱即用的后台UI框架
Stars: ✭ 258 (+268.57%)
Mutual labels:  less
webpack-typescript-react
Webpack 5 boilerplate with support of most common loaders and modules (see tags and description)
Stars: ✭ 185 (+164.29%)
Mutual labels:  less
Fomantic-UI-LESS
LESS only distribution of Fomantic UI
Stars: ✭ 16 (-77.14%)
Mutual labels:  less
onex-utils
Web business development general tool library 通用业务工具库 🥷
Stars: ✭ 23 (-67.14%)
Mutual labels:  utils
jPublic
在我们开发项目的时候,无论项目规模大小,在所难免会写一些工具型函数来解决一些问题,随着项目开发和维护的时间越来越长,这些工具型函数会越来越多,同时还会穿插在各个项目的各模块或者文件当中,使得项目变的越来越臃肿,也不方便复用和维护。这时我们就会提取出一个类似的工具库或者基础库作为项目基础依赖,在项目中重复利用起来。 为了这样的工具库或类库更易扩展、易维护、易复用和更加稳定,我们就需要更好的去管理完善工具库。
Stars: ✭ 39 (-44.29%)
Mutual labels:  utils
Log
Breaking android log word limits and automatically formatting json.
Stars: ✭ 14 (-80%)
Mutual labels:  utils
css-pro-layout
CSS library for building responsive and customizable layouts
Stars: ✭ 53 (-24.29%)
Mutual labels:  less
bat
Battery management utility for Linux laptops.
Stars: ✭ 107 (+52.86%)
Mutual labels:  utils
awesome-quickapp
🛠 A curated list of awesome quickapp tutorials, articles, projects and resources.
Stars: ✭ 41 (-41.43%)
Mutual labels:  less
CommonUtils
A collection of useful Android classes
Stars: ✭ 37 (-47.14%)
Mutual labels:  utils
markdown-utils
Convert plain text into snippets of markdown.
Stars: ✭ 28 (-60%)
Mutual labels:  utils
RelaxUI
🥉🥉基于Vue2的UI组件库
Stars: ✭ 96 (+37.14%)
Mutual labels:  less
OSAPI
👋 OSAPI 是依靠通用性后台管理平台搭建的API管理平台,基于 vue3、Nestjs 技术栈实现,包含 RBAC 角色权限模块、数据展示、编辑等模块。
Stars: ✭ 32 (-54.29%)
Mutual labels:  less
hey-utils
js-utils
Stars: ✭ 23 (-67.14%)
Mutual labels:  utils
JavaInterview
JVM、JUC(高并发)、集合、计算机网络、数据库、MySql、Redis、、工作流(Activiti)、规则引擎(Drools)、Spring、SpringCloud、Mybatis、Git、Docker、Utils、Linux
Stars: ✭ 179 (+155.71%)
Mutual labels:  utils
lemonj
A CSS/LESS/SCSS analysis, bad smell check and auto-refactor tools. 一个面向 CSS/LESS/SCSS 的分析、坏味道检查和自动化重构工具。
Stars: ✭ 138 (+97.14%)
Mutual labels:  less
clearbit-go
Go bindings for Clearbit
Stars: ✭ 12 (-82.86%)
Mutual labels:  utils
a-pollo
🎨 The visual CSS style guide for teams
Stars: ✭ 14 (-80%)
Mutual labels:  less

TDesign 公共库

公共库包含公共样式与工具函数,各框架以子仓库的形式引入此仓库。

目录说明

|-- style // 组件库 UI 开发
  |-- web // web UI 开发
  |-- mobile // mobile UI 开发
|-- js // 组件库公用函数

UI 开发指南

参考

如何进行分支开发

分支拉取规则:网页组件使用 feature/web/_ ;移动端组件使用 feature/mobile/_ ;小程序使用 feature/mp/* 。

具体示例如下,

feature/web/button
feature/mobile/button
feature/mp/button
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].