Sha256: 0f73efab176f081204f39cbe5e3d4efabd9552080aadb075dcc9e9e89330a4b1

Contents?: true

Size: 1.1 KB

Versions: 4

Compression:

Stored size: 1.1 KB

Contents

# Scrivito Elastic Slider

This Gem adds an Elastic Slider Widget to [Scrivito](http://scrivito.com).

## Prerequisites

Use Bootstrap 3.2 in your Rails App.

## Installation

Add the gem to your Gemfile:

    gem 'scrivito_elastic_slider_widget'

Run bundle

    $ bundle

Add this line to your app/assets/stylesheets/application.css:

    *= require scrivito_elastic_slider_widget/application

Add this line to your app/assets/stylesheets/editing.css:

    *= require scrivito_elastic_slider_widget/editing

Add this line to your app/assets/javascripts/editing.js:

    // require scrivito_elastic_slider_widget/editing

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 'Elastic Slider' and put several 'Image Panels for Elastic Slider' into it. 
- Edit each Panel's Widget Properties to set Image, Headline, Button Text and Button Link or use inline editing.
- Switch into 'Preview' mode to see the Slider in action.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
scrivito_elastic_slider_widget-0.0.65 README.md
scrivito_elastic_slider_widget-0.0.60 README.md
scrivito_elastic_slider_widget-0.0.5 README.md
scrivito_elastic_slider_widget-0.0.4 README.md