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

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 3.0.0-11
    10
    • latest

Version History

Package Sidebar

Install

npm i @superrb/react-addons

Weekly Downloads

98

Version

3.0.0-11

License

MIT

Unpacked Size

153 kB

Total Files

182

Last publish

Collaborators

  • molovo
  • grh_smith