1.0.13 • Published 7 years ago

@vtex/collection-badges v1.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

Collection Badges

Description

React component that render a list of collection badges.

Installation

Into the folder that contains your package.json file, run the following command on terminal:

$ npm install @vtex/collection-badges

Usage

import React from 'react'
import CollectionBadges from '@vtex/collection-badges'

class SampleUsage extends React.Component {
  render() {
    return (
      <CollectionBadges collectionBadgesText={[ 'foo', 'bar' ]}>
        <img src="" alt="">
      </CollectionBadges>
    )
  }
}

And it will render an image with the list of collection badges located at the bottom.

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago