An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Taba

[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](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