Skip to content

devix-tecnologia/directus-extension-grid-layout

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

directus-extension-grid-layout

Directus Grid Layout Extension is a custom display type that enhances the way data is displayed in Directus. It allows users to present data in a grid layout that is both intuitive and visually appealing.

Extension by #CodiHaus - https://codihaus.com

image

Installation via npm

Run the command above at your Directu's root project level

  • npm i directus-extension-grid-layout

Installation by compiling

  • Clone the repo
  • Go to the repo folder
  • npm run build
  • Copy the index.js file on dist/index.js folder to /directus/extension/directus-extension-grid-layout folder
  • Restart your Directus instance & enjoy

How to use

On your right sidebar, you would be able to select the Layout to display, select "Grid" By selecting grid, it will show you the additional configurations to select data to show on each item.

image

Licensing

GNUv3

About

Directus Extension to display items as grid with customizable, flexible display.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 70.9%
  • TypeScript 18.6%
  • CSS 10.5%