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

Input


An input field compatible with all the Rails field helpers .

Installation


          rails g lycan_ui:add input
        

Usage


Usage in forms

To use directly with the typical Rails form helpers, Installing form helpers

Date

Pass in type to ui.input with a value of date.

Datetime

Pass in type to ui.input with a value of datetime.

Email

Pass in type to ui.input with a value of email.

Month

Pass in type to ui.input with a value of month.

Number

Pass in type to ui.input with a value of number.

Password

Pass in type to ui.input with a value of password.

Pass in type to ui.input with a value of search.

Phone

Pass in type to ui.input with a value of phone.

Url

Pass in type to ui.input with a value of url.

Week

Pass in type to ui.input with a value of week.