@coopdigital/component-card--product

Co-op Components: Card - product

Usage no npm install needed!

<script type="module">
  import coopdigitalComponentCardProduct from 'https://cdn.skypack.dev/@coopdigital/component-card--product';
</script>

README

Component - product

Card for displaying products.

Installation

Install via npm or Yarn:

$ npm install @coopdigital/component-card--product --save
# OR
$ yarn add @coopdigital/component-card--product

Usage

You can include component--card--product in your project by referencing it from your existing CSS via @import statement, i.e.:

@import "node_modules/@coopdigital/component-card--product/dist/card--product.css";

If you use PostCSS in your build pipeline, you can reference the sources directly like so:

@import "node_modules/@coopdigital/component-card--product/src/card--product.pcss";

If you use a postcss-import plugin, it gets even easier:

@import "@coopdigital/component-card--product";

Examples

Here's a bunch of examples, showing how you can integrate this CSS module in your project, based on most popular stacks of project. You can either use a post-processed and pre-built CSS form the dist directory, ot use PostCSS sources from the src dir.

The latter have certain dependencies, which should be consumed by your frontend toolkit to postprocess the CSS correctly.

Vue.js

TBD

React.js

TBD

Development

TBD

License

Copyright (c) 2021 Co-operative Group Limited. Licensed MIT.