0.1.13 • Published 4 years ago

@olivine/theme v0.1.13

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

Example App Theme

Usage

import React from 'react';
import { ThemeProvider } from "emotion-theming";

import { GlobalStyles, theme } from '@olivine/theme'

import { theme } from './theme'

export const App = () => {
  return (
    <ThemeProvider theme={theme}>
      <GlobalStyles>
      <div>Hello World</div>
    </ThemeProvider>
  );
};
0.1.10

4 years ago

0.1.11

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.8

4 years ago

0.1.9

4 years ago

0.1.7

4 years ago