@expcat/tigercat-vue
v0.4.3
Published
Vue 3 components for Tigercat UI library
Readme
@expcat/tigercat-vue
Vue 3 UI components for Tigercat - A Tailwind CSS based component library.
📖 Documentation
Installation
pnpm add @expcat/tigercat-vue
# or
npm install @expcat/tigercat-vueRequirements: Vue ≥3.3, Tailwind CSS ≥3.4
Quick Start
<script setup>
import { ConfigProvider, Button } from '@expcat/tigercat-vue'
</script>
<template>
<ConfigProvider>
<Button variant="primary">Click me</Button>
</ConfigProvider>
</template>Components
| Category | Components | | -------------- | ------------------------------------------------------------------------------------- | | Basic | Alert, Avatar, Badge, Button, Code, Divider, Icon, Link, Tag, Text | | Form | Input, Select, Checkbox, Radio, Switch, Slider, DatePicker, TimePicker, Upload, Form | | Layout | Card, Container, Grid (Row/Col), Layout, List, Descriptions, Skeleton, Space | | Navigation | Menu, Tabs, Breadcrumb, Pagination, Steps, Dropdown, Tree | | Feedback | Modal, Drawer, Message, Notification, Loading, Popconfirm, Popover, Tooltip, Progress | | Data | Table, Timeline | | Charts | BarChart, LineChart, AreaChart, PieChart, DonutChart, RadarChart, ScatterChart |
