@overlayed-app/grommet-theme
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

grommet-theme

Note: this has no external dependencies.

The overlayed grommet-theme. You probably also want these things:

npm i @openfonts/poppins_all grommet styled-components react

Mostly useful when coupled with a <Grommet/> component, but can be consumed as raw data as well (for instance, when referencing a particular hex color as data).

Usage

import theme from '@overlayed-app/grommet-theme'

// theme is a grommet theme object
// if you have grommet, you can pass it to a Grommet component
// or you can access it as raw data
//
// outputs: "#640FC4" (at the time or writing)
console.log(theme.global.colors.brand)

Note: this data is generated at build-time, based on overrides applied to the devDependency version of grommet.

License

MIT

/@overlayed-app/grommet-theme/

    Package Sidebar

    Install

    npm i @overlayed-app/grommet-theme

    Weekly Downloads

    3

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    38.3 kB

    Total Files

    8

    Last publish

    Collaborators

    • bengreenier