EngageSoftware / elm-engage-common / Engage.Styles.Class

Styles.Class


type Class
    = FormControl Size

The Class type


type Importance
    = Standard
    | Primary
    | Divert
    | Negative

The Importance type


type MessageType
    = Confirmation
    | Error
    | Warning
    | Info

The MessageType type


type Size
    = Small
    | Large

The Size type


type Visibility
    = Visible
    | Hidden

The Visibility type

getSizeString : Size -> String

The String value of a Size