npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

advanced-kanban-layout

v1.0.7

Published

Advanced Kanban Layout features dynamic template-based cards, customizable sorting, flexible vertical growth, and relational grouping.

Readme

Directus Advanced Kanban Layout

A powerful Kanban layout extension for Directus that goes beyond the native capabilities. Designed for complex workflows that require detailed card visibility, flexible sorting, and responsive layout styling.

Key Features

  • Dynamic Template Rendering: Use Directus field templates (e.g., {{ title }} - {{ status }}) for both card titles and text areas. No more being restricted to a single field.

  • Relational Grouping: Group items by many-to-one (M2O) and one-to-many (O2M) relationships with support for custom header templates.

  • Custom Card Sorting: Sort cards within columns by any field in your collection (Date, Priority, etc.) with support for ascending or descending order.

  • Custom Styling: Customize the width of columns and the height of cards.

Installation

To install the extension, take a look at the Official Guide.

Configuration

Once installed, select Kanban (Advanced) from the layout options in any collection.

Layout Options:

  • Group By: Select the field to use for columns (supports dropdowns and M2O relations).
  • Group Header Template: (For relational groups) Enter a template for column headers.
  • Title Template: Enter a template for the card title (e.g., {{ id }} | {{ name }}).
  • Text Template: Enter a template for the card body/description.
  • Date Field: Add a visual date indicator to the footer of the card.
  • User Card: Display user avatars on cards based on an assigned user relationship.

Advanced Settings:

  • Show Ungrouped: Toggle whether to show a column for items that don't belong to any group.
  • Sort Items By: Choose a field to control the order of cards within each column.
  • Sort Direction: Select between Ascending and Descending order.
  • Card Max Height and Column Width: Set the maximum height for cards and width for columns in pixels.
  • Items Limit: Set the maximum number of items to fetch. Default is 1000, but you can increase it as needed.

Future Enhancements:

  • [ ] Add support for translations.

License

MIT