lucid-foundation-0.0.2: src/Lucid/Foundation/Buttons/Buttons.hs
{-# LANGUAGE OverloadedStrings #-}
module Lucid.Foundation.Buttons.Buttons where
import qualified Data.Text as T
button__ :: T.Text
button__ = " button "
success_ :: T.Text
success_ = " success "
secondary_ :: T.Text
secondary_ = " secondary "
alert_ :: T.Text
alert_ = " alert "
info_ :: T.Text
info_ = " info "
disabled_ :: T.Text
disabled_ = " disabled "