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.
- Host: GitHub
- URL: https://github.com/bestvist/artcatalog
- Owner: bestvist
- License: mit
- Created: 2019-08-05T15:14:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T02:02:27.000Z (almost 7 years ago)
- Last Synced: 2025-02-12T11:15:50.186Z (over 1 year ago)
- Topics: article, catalog, tool
- Language: TypeScript
- Homepage: https://bestvist.github.io/artcatalog/
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# artcatalog



> 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)