0.3.0 • Published 6 years ago

@hig/themes v0.3.0

Weekly downloads
267
License
Apache-2.0
Repository
github
Last release
6 years ago

ThemeContext component

Themable HIG components within a ThemeContext.Provider will have access to the provided theme.

Provide a theme to components

import { ThemeContext, HIGLightTheme } from '@hig/themes`;

function MyApp() {
  <ThemeContext.Provider value={HIGLightTheme}>
    <TheRestOfMyApp />
  </ThemeContext.Provider>
}
0.4.0

6 years ago

0.3.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.1.0-alpha

6 years ago