Skip to content

cloudprizm/bulma-styled-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bulma-styled-theme

styled-components theme provider with embedded @hungry/bulma-theme.

Docs

Real usage scenario

Example

without any theme alteration

import { Theme } from '@hungry/bulma-styled-theme'
import { Button } from '@hungry/bulma-element'

<Theme.Provider>
  <Button />
<Theme.Provider>

more explicit

import { Theme } from '@hungry/bulma-styled-theme'
import { Button } from '@hungry/bulma-element'
import { defaultTheme } from '@hungry/bulma-theme'

<Theme.Provider theme={defaultTheme}>
  <Button />
<Theme.Provider>

About

Bulma theme for styled-components.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published