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

3.0.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

312

Version

3.0.0

License

MIT

Unpacked Size

1.06 MB

Total Files

197

Last publish

Collaborators

  • molovo
  • grh_smith