Coder Social home page Coder Social logo

atulveer / bootstrap-application-wizard-rails Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gimiscale/bootstrap-application-wizard-rails

0.0 1.0 1.0 95 KB

The Bootstrap Application Wizard is a Bootstrap addon that allows multi-step forms to progress in a natural order while remaining flexible. This gem integrates it with the Rails asset pipeline for easy of use.

License: Other

Ruby 100.00%

bootstrap-application-wizard-rails's Introduction

Bootstrap Application Wizard for Rails Assets Pipeline

The Bootstrap Application Wizard is a Bootstrap addon that allows multi-step forms to progress in a natural order while remaining flexible.

Usage

  • Include bootstrap-application-wizard-rails in the Gemfile:

    #!ruby
    gem 'bootstrap-application-wizard-rails'
    
  • Add to app/assets/javascripts/applications.js:

    #!javascript
    //= require bootstrap-application-wizard-rails
    
  • Add to app/assets/stylesheets/application.css:

    #!css
    /*
     *= require bootstrap-application-wizard-rails
     */
    
  • Example use:

    See http://www.panopta.com/2013/02/06/bootstrap-application-wizard/:

    #!html
    <div class="wizard" id="some-wizard">
     
        <h1>Wizard Title</h1>
     
        <div class="wizard-card" data-cardname="card1">
            <h3>Card 1</h3>
            Some content
        </div>
     
        <div class="wizard-card" data-cardname="card2">
            <h3>Card 2</h3>
            Some other content
        </div>
     
    </div>
    

License

See LICENSE.md.

bootstrap-application-wizard-rails's People

Contributors

atulveer avatar tader avatar

Watchers

 avatar

Forkers

mtyeh411

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.