Sha256: 996aefd3a9c0e45fd2e85fd7ab5e11ab475a2c11757be8c7cb91e4849fbc0508

Contents?: true

Size: 164 Bytes

Versions: 6

Compression:

Stored size: 164 Bytes

Contents

const CardSectionTitle = ({ title }) => {
  return <h3 className="next-heading">{title}</h3>;
};

CardSectionTitle.propTypes = {
  title: React.PropTypes.string
};

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
disco_app-0.9.0 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.9.1 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.9.2 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.9.3 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.9.4 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.9.5 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx