@sum-ui/table
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@sum-ui/table

Install

npm i @sum-ui/table
# or
yarn add @sum-ui/table

Usage

<template>
    <sum-table />
</template>

<script lang="ts">
import { defineComponent, toRefs } from 'vue'
import SumTable from '@sum-ui/table'

export default defineComponent({
    components: { SumTable },
    setup() {}
})
</script>

Docs

@sum-ui/table

Package Sidebar

Install

npm i @sum-ui/table

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

560 kB

Total Files

6

Last publish

Collaborators

  • leitingting