Sha256: 9888aedafa768001d990aa5fd041483bde6a3dde7415efe58b8405866102e44c

Contents?: true

Size: 185 Bytes

Versions: 10

Compression:

Stored size: 185 Bytes

Contents

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

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

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
disco_app-0.9.6 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.9.7 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.9.8 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.9.9 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.9.10 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.9.11 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.10.0 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.10.1 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.10.2 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx
disco_app-0.10.3 app/assets/javascripts/disco_app/components/ui-kit/cards/cart-section-title.es6.jsx