lucid-foundation-0.0.2.1: src/Lucid/Foundation/Typography/Labels.hs
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE ExtendedDefaultRules #-}
module Lucid.Foundation.Typography.Labels where
import Lucid.Base
import Lucid.Html5
import qualified Data.Text as T
import Data.Monoid
label_class_ :: T.Text
label_class_ = " label "