Skip to content

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

  • 1.1.0
    Latest
    Published 6 months ago
    2,079
  • Published 8 months ago
    424
  • Published about 1 year ago
    638
  • Published over 1 year ago
    29

Loading


Last published

6 months ago

Issues

1

Total downloads

3.17K


Contributors 3

  •  
  •  
  •