dashi-0.1.0.0: Tasty Haskell design system
Safe HaskellNone
LanguageGHC2021

Dashi.Components.TextField

Documentation

newtype Border Source #

Constructors

Border InputState 

Instances

Instances details
Bounded Border Source # 
Instance details

Defined in Dashi.Components.TextField

Enum Border Source # 
Instance details

Defined in Dashi.Components.TextField

Eq Border Source # 
Instance details

Defined in Dashi.Components.TextField

Methods

(==) :: Border -> Border -> Bool #

(/=) :: Border -> Border -> Bool #

newtype Background Source #

Constructors

Background InputState 

Instances

Instances details
Token Background Source # 
Instance details

Defined in Dashi.Components.TextField

ValueToken Background Source # 
Instance details

Defined in Dashi.Components.TextField

Associated Types

type ValueType Background 
Instance details

Defined in Dashi.Components.TextField

Bounded Background Source # 
Instance details

Defined in Dashi.Components.TextField

Enum Background Source # 
Instance details

Defined in Dashi.Components.TextField

Eq Background Source # 
Instance details

Defined in Dashi.Components.TextField

type ValueType Background Source # 
Instance details

Defined in Dashi.Components.TextField

data Type Source #

Constructors

Text 
Password 
Number 
Email 
MultiLine 

Instances

Instances details
Token Type Source # 
Instance details

Defined in Dashi.Components.TextField

Bounded Type Source # 
Instance details

Defined in Dashi.Components.TextField

Enum Type Source # 
Instance details

Defined in Dashi.Components.TextField

Methods

succ :: Type -> Type #

pred :: Type -> Type #

toEnum :: Int -> Type #

fromEnum :: Type -> Int #

enumFrom :: Type -> [Type] #

enumFromThen :: Type -> Type -> [Type] #

enumFromTo :: Type -> Type -> [Type] #

enumFromThenTo :: Type -> Type -> Type -> [Type] #

Eq Type Source # 
Instance details

Defined in Dashi.Components.TextField

Methods

(==) :: Type -> Type -> Bool #

(/=) :: Type -> Type -> Bool #

data TextField action Source #

Constructors

TextField 

Fields

Instances

Instances details
Widget (TextField action) model action Source # 
Instance details

Defined in Dashi.Components.TextField

Methods

widget' :: [Attribute action] -> TextField action -> View model action Source #

widget :: TextField action -> View model action Source #

style :: Css Source #