Sha256: 87a26b8bc109b8ccaec9b1be08b711ae633aa31a7e89326330c82e493d7ee49c
Contents?: true
Size: 533 Bytes
Versions: 1
Compression:
Stored size: 533 Bytes
Contents
# 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.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noodall-components-quicklinks-1.0.0 | README.markdown |