@talex-touch/tuffex
v0.3.4
Published
TuffEx - Modern Vue3 component library with beautiful animations and tactile experience.
Maintainers
Readme
TuffEx
TuffEx is a Vue 3 component library in the Tuff ecosystem, focused on tactile interaction, animation, and desktop-style UI composition.
Installation
pnpm add @talex-touch/tuffexUsage
Full import
import { createApp } from 'vue'
import TuffEx from '@talex-touch/tuffex'
import '@talex-touch/tuffex/style.css'
const app = createApp(App)
app.use(TuffEx)On-demand import
import { createApp } from 'vue'
import { TxButton, TxCard, TxDrawer } from '@talex-touch/tuffex'
import '@talex-touch/tuffex/style.css'
const app = createApp(App)
app.use(TxButton)
app.use(TxCard)
app.use(TxDrawer)Utilities
import { createToastManager, useVibrate } from '@talex-touch/tuffex/utils'Component Inventory
Current source-of-truth export modules: 102.
Foundation & Navigation (19):alert,avatar,badge,base-anchor,base-surface,breadcrumb,button,corner-overlay,icon,nav-bar,outline-border,status-badge,tab-bar,tabs,tag,tooltip,popover,dropdown-menu,context-menuForm & Input (22):cascader,checkbox,code-editor,date-picker,flat-button,flat-input,flat-radio,flat-select,form,input,picker,radio,rating,search-input,search-select,segmented-slider,select,slider,switch,tag-input,tree-select,transferLayout & Structure (12):agents,auto-sizer,card-item,container,flex,grid,grid-layout,group-block,scroll,splitter,stack,virtual-listData & State (21):blank-slate,card,collapse,data-table,empty,empty-state,error-state,guide-state,layout-skeleton,loading-state,markdown-view,no-data,no-selection,offline-state,pagination,permission-state,search-empty,stat-card,steps,timeline,treeFeedback & Overlay (12):command-palette,dialog,drawer,flip-overlay,floating,loading-overlay,modal,progress,progress-bar,skeleton,spinner,toastAI & Content (4):chat,file-uploader,image-gallery,image-uploaderAnimation & Visual (12):edge-fade-mask,fusion,glass-surface,glow-text,gradient-border,gradual-blur,keyframe-stroke-text,sortable-list,stagger,text-transformer,transition,tuff-logo-stroke
Reference:
- Export entry:
packages/components/src/components.ts - Docs index: docs/components/index.md
Export Convention
- Preferred public names use
Tx*prefix, for exampleTxButton,TxDialog. - Some modules also keep compatibility aliases (for example
Button/TxButtonin certain modules). - Type exports are included and can be consumed directly from
@talex-touch/tuffex.
Documentation
- Online docs: tuffex.tagzxia.com/docs/dev/tuffex
- Local docs:
pnpm -C "packages/tuffex" run docs:dev
Development
pnpm install
pnpm -C "packages/tuffex" run lint
pnpm -C "packages/tuffex" run build
pnpm -C "packages/tuffex" run docs:buildIntegration with Tuff
TuffEx is the UI foundation of the Tuff desktop application. Components are shared between the core app and external plugin developers through this standalone library.
Contributing
License
MIT License © 2025 TalexDreamSoul
