1.1.0 • Published 2 years ago

vtbl v1.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

VTable

Unleashing Dynamic Tables in Vue 3.

Installation

npm i vtbl

Get Started

<script setup lang="ts">
import { ref } from 'vue';

import VTable from 'vtbl';

import 'vtbl/style.css'; // Optional

const items = ref([]);
</script>

<template>
    <VTable :items="items" />
</template>

Documentation

Check out the documentation here:

https://vtbl.pages.dev

1.1.0

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago