Dashi.Components.Link
data Text Source #
Constructors
Defined in Dashi.Components.Link
Methods
tokenName :: (IsString s, Semigroup s) => Text -> s Source #
defaultToken :: Maybe Text Source #
tokenAttr :: Text -> Attribute action Source #
byToken :: Text -> Refinement Source #
allTokens :: (IsList l, Item l ~ Text) => l Source #
Associated Types
tokenValue :: Text -> ValueType Text Source #
minBound :: Text #
maxBound :: Text #
succ :: Text -> Text #
pred :: Text -> Text #
toEnum :: Int -> Text #
fromEnum :: Text -> Int #
enumFrom :: Text -> [Text] #
enumFromThen :: Text -> Text -> [Text] #
enumFromTo :: Text -> Text -> [Text] #
enumFromThenTo :: Text -> Text -> Text -> [Text] #
(==) :: Text -> Text -> Bool #
(/=) :: Text -> Text -> Bool #
data Link model action Source #
Fields
widget' :: [Attribute action] -> Link model action -> View model action Source #
widget :: Link model action -> View model action Source #
style :: Css Source #