# UI Elements section
class UiElementsController < ApplicationController
  def general_elements
  end

  def buttons
  end

  def icons_font_awesome
  end

  def icons_glyph_icons
  end

  def icons_flags
  end

  def grid
  end

  def tree_view
  end

  def nestable_lists
  end

  def jquery_ui
  end

  def typography
  end
end
