test-cereal-mdx-kit-deployment

0.0.19 • Public • Published

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>
  );
};
 

Readme

Keywords

none

Package Sidebar

Install

npm i test-cereal-mdx-kit-deployment

Weekly Downloads

7

Version

0.0.19

License

MIT

Unpacked Size

421 kB

Total Files

29

Last publish

Collaborators

  • npmdiscovery