Sha256: 5e3fa49d8af4c31c6a008c22270d9ccee79a790655245add438cd132f8bb3eaf
Contents?: true
Size: 485 Bytes
Versions: 1
Compression:
Stored size: 485 Bytes
Contents
# Noodall Quote Component A simple quote component for Noodall ## Install Add to your `Gemfile` gem 'noodall-components-quote', :git => 'git@github.com:noodall/noodall-components-quote.git' Run `bundle install` bundle install ## Configuration Noodall Quote adds a `Quote` component. Add it to your slots. In `config/initializers/noodall.rb` Noodall::Node.slot :large, Quote Noodall::Node.slot :small, Quote You can now add `Quote` components to your Nodes.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
noodall-components-quote-1.0.0 | README.markdown |