@superrb/react-addons
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @superrb/react-addons

Weekly Downloads

219

Version

2.2.0

License

MIT

Unpacked Size

145 kB

Total Files

179

Last publish

Collaborators

  • molovo
  • grh_smith