https://github.com/nju33/vue-taba
🔧 Taba's Vue component
https://github.com/nju33/vue-taba
fixed-table table vue-component
Last synced: 4 months ago
JSON representation
🔧 Taba's Vue component
- Host: GitHub
- URL: https://github.com/nju33/vue-taba
- Owner: nju33
- License: mit
- Created: 2017-03-19T00:40:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-19T06:26:32.000Z (over 9 years ago)
- Last Synced: 2025-07-13T04:41:42.001Z (11 months ago)
- Topics: fixed-table, table, vue-component
- Language: Vue
- Homepage: https://www.npmjs.com/package/vue-taba
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Taba
[](https://github.com/sindresorhus/xo)
Taba's Vue component
## Install
```bash
yarn add vue-taba
npm i -S vue-taba
```
## Usage
```js
import Taba from 'vue-taba';
// ...
{components: {Taba}}
// ...
```
## Props
Look at the example of `example/src/Container.vue`
- `styleObj`
- `data`
## Example
```bash
yarn
yarn dev
```
## Related
- [taba](https://github.com/nju33/taba)
## License
The MIT License (MIT)
Copyright (c) 2017 nju33