3.0.0-4 • Published 3 months ago

@superrb/react-addons v3.0.0-4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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

3.0.0-1

3 months ago

3.0.0-0

3 months ago

3.0.0-3

3 months ago

3.0.0-2

3 months ago

3.0.0-4

3 months ago

2.1.3

6 months ago

2.1.2

6 months ago

2.1.1

7 months ago

2.1.0

7 months ago

2.0.0

7 months ago

1.2.5

7 months ago

1.2.4

7 months ago

1.2.3

8 months ago

1.2.2

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.0

8 months ago