Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

ersocon/purescript-halogen-bulma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

purescript-halogen-bulma

Bulma styles classes for Halogen

Build Status

The classes can be used as follows:

import Halogen.Themes.Bulma as B

render :: State -> H.ComponentHTML Query
  render state =
    HH.button
      [ HP.class_ B.button ]
      [ HH.text label ]