Sha256: a0a26294c6c3e5ed039792d755306b1f3c7c18a9049d55babb41c0f906367fb1
Contents?: true
Size: 718 Bytes
Versions: 1
Compression:
Stored size: 718 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. ## Prerequists This widget requires bootstrap. ## Installation Add the gem to your Gemfile: gem 'scrivito_tabbed_content_widget' ## Customization This widget includes an attribute for a background color of a panel. The value of this attribute is used as CSS class. If ypu want to use the feature add a CSS rule for your selectable colors: ```css .bg-red { background-color: red; } ``` You can also use [Scrivito Advanced Editors](https://github.com/Scrivito/scrivito_advanced_editors #color_picker) color picker to have a better visualation of selectable color classes.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
scrivito_tabbed_content_widget-0.90.0 | README.md |