Sha256: 34cb5d5eaa3301705a1f96e3454fb4d319206418f39296da99953250e6210758
Contents?: true
Size: 909 Bytes
Versions: 1
Compression:
Stored size: 909 Bytes
Contents
# Scrivito Tabbed Content Widget This Gem adds Tabbed Contents to your app. Fill the Gem with Tabs and fill each tab with a widget. ## Prerequisites Use Bootstrap in your Rails App. (Tested with Bootstrap 3.2) Use Haml in your Rails App. ## Installation Add the gem to your Gemfile: gem 'scrivito_tabbed_content_widget' Run bundle: $ bundle (Currently you need to download the Gem's files from github and install it locally.) Run $ rake scrivito:migrate:install $ rake scrivito:migrate Switch to your Workspace 'rtc' and follow below Steps for Usage. If you are happy with the outcome run $ rake scrivito:migrate:publish ## Steps for Usage - Insert the Widget 'Tabbed Content' somewhere in your content. - Put some 'Tabbed Content Tab' widgets into it. - For each of the Tabbed Content Tabs: set a headline and fill the content with any widget (text, images, whatever).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
scrivito_tabbed_content_widget-0.0.1 | README.md |