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

Button


A button

Installation


          rails g lycan_ui:add button
        

Usage


Usage in forms

To use directly with Rails forms, please see Installing form helpers

Secondary

Pass in variant to ui.button with a value of secondary.

Danger

Pass in variant to ui.button with a value of danger.

Outline

Pass in variant to ui.button with a value of outline.

Ghost

Pass in variant to ui.button with a value of ghost.

Pass in variant to ui.button with a value of link.

None

Pass in variant to ui.button with a value of none.