Skip to content

Directives suggestions #3

@danielfebrero

Description

@danielfebrero
  • v-text: Updates the element's text content with the provided value.
  • v-html: Updates the element's innerHTML with the provided value.
  • v-slot: Defines a named slot for content insertion in the parent component.
  • v-lazy-load: Loads images lazily when they come into view.
  • v-debounce: Delays the execution of a function until the user has stopped typing or scrolling.
  • v-throttle: Limits the frequency of the execution of a function.
  • v-click-outside: Listens for clicks outside of an element.
  • v-fullscreen: Toggles the fullscreen mode of a media element (video or iframe).
  • v-modal: Displays a modal dialog box.
  • v-tooltip: Displays a tooltip on an element.
  • v-back-to-top: Scrolls the page to the top when clicked.
  • v-clipboard: Copies the provided value to the user's clipboard on click.
  • v-scroll: Triggers a function when the element is scrolled to a specific position.
  • v-resize: Triggers a function when the element is resized.
  • v-infinite-scroll: Triggers a function when the user reaches the end of a scrollable element.
  • v-timeout: Delays the execution of a function for a specified amount of time.
  • v-scroll-lock: Prevents scrolling of the element and its parent elements.
  • v-observe-visibility: Triggers a function when an element becomes visible or hidden.
  • v-intersect: Triggers a function when an element intersects with the viewport or another element.
  • v-intersect-all: Triggers a function when an element intersects with all of its targets.
  • v-busy: Shows a loading indicator while a task is being processed.
  • v-markdown

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions