No commit activity in last 3 years
No release in over 3 years
A simple list of links component for Noodall
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

Runtime

~> 3.1.1
 Project Readme

Noodall Quicklinks Component

A simple list of links component for Noodall

Install

Add to your Gemfile

gem 'noodall-components-quicklinks', :git => 'git@github.com:noodall/noodall-components-quicklinks.git'

Run bundle install

bundle install

Configuration

Noodall Quicklinks adds a QuickLinks component. Add it to your slots.

In config/initializers/noodall.rb

Noodall::Node.slot :large, QuickLinks
Noodall::Node.slot :small, QuickLinks

You can now add QuickLinks components to your Nodes.