Skip to content

svar-widgets/vue-tasklist

Repository files navigation

SVAR Vue Tasklist

npm License npm downloads

SVAR Vue Tasklist is a Vue UI component that let users easily add, edit, delete, and mark tasks as completed. It comes with full TyprScript support and provides flexible event handling, letting you track and respond to task additions, updates, or deletions.

The Tasklist component is fully compatible with Vue 3.

SVAR Tasklist - Vue UI Library

Along with the Tasklist library, you can use the following SVAR Vue components to build a unified app interface:

  • Core - a collection of customizable Vue UI components and form controls;
  • Menu - create basic menu bar, actions or context menu;
  • Tasklist - basic to-do list component to add, edit, check or delete tasks;
  • Comments - nice-looking comments section with bubbles or flow views;
  • File uploader - simple file uploader component.

🛠️ How to Use

To start using the Tasklist component, simply import the package and include the desired component in your Vue file:

<script setup>
import { Tasklist } from "@svar-ui/vue-tasklist";
import "@svar-ui/vue-tasklist/all.css";
</script>

<template>
  <Tasklist />
</template>

See the detailed guide to quickly set up and begin using SVAR Tasklist components in your Vue projects.

💬 Need Help?

Post an Issue or use our community forum.

Packages

 
 
 

Contributors