LycanUI
LycanUI

Getting Started

Introduction Installation Forms

Components

Accordion Alert Avatar Badge Button
Calendar - Soon TM
Checkbox
Date Field - Soon TM
Collapsible Dialog Dropdown Input Popover Radio Select Switch Textarea
Toaster - Soon TM

Accordion


Vertically stacked set of interactive headings that allow a user to expand and collapse sections.

What is it?
A collection of accessible and prestyled component partials for Ruby on Rails applications.
Can I customize it?
For sure. All the partials and JavaScript are generated directly in your app for for you to customize.
Is it accessible?
Yep. It adheres to the WAI-ARIA design patterns.

Installation


          rails g lycan_ui:add accordion
        

Features


  • Full keyboard navigation

  • Can expand one or multiple items

Usage


Opening multiple items at once

Pass in multiple to ui.accordion with a value of true

What is it?
A collection of accessible and prestyled component partials for Ruby on Rails applications.
Can I customize it?
For sure. All the partials and JavaScript are generated directly in your app for for you to customize.
Is it accessible?
Yep. It adheres to the WAI-ARIA design patterns.

Accessibility


Adheres to the Accordion WAI-ARIA design pattern