Module

Examples.Card

Package
purescript-yoga-stories
Repository
rowtype-yoga/purescript-yoga-stories

#Props Source

type Props = { content :: { body :: String, title :: String }, style :: { background :: String, border :: { color :: String, visible :: Boolean }, rounded :: Boolean } }

#mkCard Source