npm.io
2.6.2 • Published 3 years ago

@blockadegames/pizza-juice

Licence
MIT
Version
2.6.2
Deps
14
Size
807 kB
Vulns
0
Weekly
0
Stars
1

Pizza Juice

A Design System for React projects with the Neon District style guide.

Install Instructions

First, install the dependencies.

$ yarn add @blockadegames/pizza-juice

And then add the provider in your application:

import { ToastContainer } from '@blockadegames/pizza-juice';

export const App = () => {
  return (
    <SomeProviders>
      {/* a lot of providers/routing stuff */}
      <ToastContainer />
    </SomeProviders>
  );
};

Keywords