0.0.19 • Published 4 years ago

test-cereal-mdx-kit-deployment v0.0.19

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

Example App Theme

Usage

import React from 'react';
import { ThemeProvider } from 'styled-components
import { GlobalStyles } from '@natterstefan/ns-theme-js'

import { theme } from './theme'

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

4 years ago

0.0.18

4 years ago

0.0.17

4 years ago

0.0.16

4 years ago

0.0.15

4 years ago

0.0.14

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago