npm.io
2.0.2 • Published 6 years ago

@redwallsolutions/theming-component-module

Licence
MIT
Version
2.0.2
Deps
2
Size
6 kB
Vulns
0
Weekly
0
Stars
1

Theming Component Module

Theming Component is lib that implements theming logic to apply to react components built using styled-components.

How to use it

import {createThemeWithAppearance} from '@redwallsolutions/theming-component-module'

const theme = createThemeWithAppearance()

//now you can use theme const to have access to colors, contrasts and variants of 'default', 'primary', and 'secondary' appearances passed down to components.

Enjoy it.