@vtex/product-description

1.0.1 • Public • Published

Product Description

Description

React component that render a the description of a product.

Installation

Into this folder, run the following command on terminal:

$ npm install @vtex/product-description

Usage

import React from 'react'
import { ProductDescription } from '@vtex/product-description'

class SampleUsage extends React.Component {
  render() {
    return (
      <ProductDescription>
        Lorem Ipsum Dolum.
      </ProductDescription>
    )
  }
}

And it will render the description that is passed as a children component.

/@vtex/product-description/

    Package Sidebar

    Install

    npm i @vtex/product-description

    Weekly Downloads

    2

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    1.66 kB

    Total Files

    4

    Last publish

    Collaborators

    • talitagaldino
    • brunojdo