Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

just-kanban

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

just-kanban

Simple but working kanban board based on PrimeVue

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Vue kanban board based on PrimeVue

I can't find a normal board so I made one. All improvments are welcome.

Now you can create cards and columns, drag and drop it. PrimeVue there cause I am lazy.

Arc-CRM@2x

Installation

npm install just-kanban
pnpm install just-kanban
yarn add just-kanban

Usage

import { Board } from "just-kanban";

let editMode = false;
let columns = ["To Do", "In Progress", "Done"];
let cards = [
  {
    id: 1,
    title: "Card 1",
    description: "Description of Card 1",
  },
];

<Board v-model:modelValue="editMode" :cards="cards" :columns="columns"></Board>

In editMode = true, you can drag columns.

License

MIT

FAQs

Package last updated on 15 Jun 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc