@vtable-guild/vtable-guild
v2.0.3
Published
A highly customizable Vue 3 Table component library powered by tailwind-variants
Maintainers
Readme
@vtable-guild/vtable-guild
All-in-one entry package for vtable-guild — re-exports everything from @vtable-guild/table, @vtable-guild/core, @vtable-guild/icons, and @vtable-guild/theme.
Installation
pnpm add @vtable-guild/vtable-guildQuick Start
import { createVTableGuild } from '@vtable-guild/vtable-guild'
import '@vtable-guild/theme/css'
const app = createApp(App)
app.use(createVTableGuild())<template>
<VTable :columns="columns" :data-source="data" />
</template>Documentation
See the full documentation.
License
MIT
