Quick Start [WIP]
Usage
class ApplicationController < ActionController::Base
include Matestack::Ui::Core::Helper # described in Core docs
endclass ApplicationComponent < Matestack::Ui::Component
include Matestack::Ui::Bootstrap::Registry # use methods like "bs_btn" instead of calling the namespaced classes
endLast updated