0.0.7 • Published 4 years ago

@thayannevls/releases-components v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

Releases Components

Useful components and hooks to integrate releases to your application.

Installation

yarn add @vtex/...

Setup

It's necessary to add the Admin-UI ThemeProvider at the root of your application along with the ReleasesProvider.

import React from 'react'

// 1. Import the ReleasesProvider
import { ReleasesProvider } from '@vtex/...'
// 2. import the ThemeProvider
import { ThemeProvider } from '@vtex/admin-ui'

function RootComponent() {
  // 3. Use at the root of your app
  return (
    <ReleasesProvider account="<your_vtex_account>">
      <ThemeProvider>
        {/** your app code here */}
      </ThemeProvider>
    </ReleasesProvider>
    )
0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago