Skip to content

superrbstudio/react-addons

Repository files navigation

React Addons

Installation

First, install the package

yarn add @superrb/react-addons

Context Providers

Add the context wrapper to your layout to ensure you can use all contexts you wish to use.

import { ContextWrapper } from '@superrb/react-addons/components'

export const Layout = ({ children }) => (
  <ContextWrapper>
    {children}
  </ContextWrapper>
)

Further Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published