@blockadegames/pizza-juice
TypeScript icon, indicating that this package has built-in type declarations

2.6.2 • Public • Published

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

Package Sidebar

Install

npm i @blockadegames/pizza-juice

Weekly Downloads

0

Version

2.6.2

License

MIT

Unpacked Size

826 kB

Total Files

4

Last publish

Collaborators

  • viniciushvc
  • blockadegamesnpm