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

https://github.com/bestvist/artcatalog

Artdir is a tool for generating article catalogs.
https://github.com/bestvist/artcatalog

article catalog tool

Last synced: 7 days ago
JSON representation

Artdir is a tool for generating article catalogs.

Awesome Lists containing this project

README

          

# artcatalog

![npm version](https://img.shields.io/npm/v/artcatalog.svg)
![npm downloads](https://img.shields.io/npm/dt/artcatalog.svg)
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)

> Artdir is a tool for generating article catalogs.

# Props

| 属性 | 说明 | 类型 |
| -------- | -------------- | ------ |
| el | 内容元素 | string |
| target | 目录的存放元素 | string |
| position | 目录的定位 | object |

position options

| 属性 | 说明 | 类型 |
| ------ | -------- | ------ |
| top | 顶部定位 | string |
| bottom | 底部定位 | string |
| left | 左侧定位 | object |
| right | 右侧定位 | object |

# Methods

| 事件 | 说明 | 回调参数 |
| ------ | -------- | -------- |
| render | 元素渲染 | - |

# License
[MIT](https://github.com/bestvist/artcatalog/blob/master/LICENSE)