@theme-ui/global
Wrapper around the Emotion `Global` component, made Theme UI theme-aware.
Last updated 2 years ago by hasparus .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install @theme-ui/global 
SYNC missed versions from official npm registry.

@theme-ui/global

Wrapper around the Emotion Global component, made Theme UI theme-aware.

Note: This package is included in the main theme-ui package and a separate installation is not required unless you’re using @theme-ui/core.

npm i @theme-ui/global @theme-ui/core @emotion/react
import Global from '@theme-ui/global'

export default (props) => (
  <Global
    styles={{
      button: {
        m: 0,
        bg: 'primary',
        color: 'background',
        border: 0,
      },
    }}
  />
)

Current Tags

  • 0.16.2-scale-tuples.0                                ...           canary (3 years ago)
  • 0.17.2-develop.1                                ...           develop (a year ago)
  • 0.17.4                                ...           latest (3 months ago)

24 Versions

  • 0.17.4                                ...           3 months ago
  • 0.17.2                                ...           a year ago
  • 0.17.2-develop.1                                ...           a year ago
  • 0.17.2-develop.0                                ...           a year ago
  • 0.17.1                                ...           a year ago
  • 0.17.1-develop.0                                ...           a year ago
  • 0.17.0                                ...           a year ago
  • 0.17.0-develop.1                                ...           a year ago
  • 0.17.0-develop.0                                ...           a year ago
  • 0.16.2                                ...           2 years ago
  • 0.16.2-develop.5                                ...           2 years ago
  • 0.16.2-develop.2                                ...           2 years ago
  • 0.16.2-develop.1                                ...           2 years ago
  • 0.16.2-develop.0                                ...           3 years ago
  • 0.16.2-scale-tuples.0                                ...           3 years ago
  • 0.16.1                                ...           3 years ago
  • 0.16.1-develop.0                                ...           3 years ago
  • 0.16.0                                ...           3 years ago
  • 0.16.0-develop.4                                ...           3 years ago
  • 0.15.7                                ...           3 years ago
  • 0.15.6-develop.0                                ...           3 years ago
  • 0.15.5                                ...           3 years ago
  • 0.15.5-develop.2                                ...           3 years ago
  • 0.15.5-develop.1                                ...           3 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (2)
Dev Dependencies (4)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |