long-read 1.1.0 Latest
## Usage Setting up the long read menu ```html <LongReadController> <template #default="{ data, actions }"> <ul> <li v-for="(target, index) in data.targets" :key="`item-${index}`" > <a :href="`#${target.id}`" :aria-current=" data.activeTarget.id === target.id " @click.prevent=" () => actions.scrollToTarget && actions.scrollToTarget(target) " v-text="target.title" ></a> </li> </ul> </template> </LongReadController> ```
Install from the command line:
Learn more about npm packages
$ npm install @limbo-works/long-read@1.1.0
Install via package.json:
"@limbo-works/long-read": "1.1.0"
Recent Versions
- 2,079
- 424
- 638
- 29
Loading
Sorry, something went wrong.
Details
- limbo-works
- Limbo.Nuxt.LongRead
- 2 dependencies
- Readme
Last published
6 months ago
Issues
1
Total downloads