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

3.0.0-15 • 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

97

Version

3.0.0-15

License

MIT

Unpacked Size

151 kB

Total Files

185

Last publish

Collaborators

  • molovo
  • grh_smith