test-cerealkit-deployment

0.0.8 • 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-cerealkit-deployment

Weekly Downloads

2

Version

0.0.8

License

MIT

Unpacked Size

554 kB

Total Files

68

Last publish

Collaborators

  • npmdiscovery