COMPONENT DESCRIPTION GOES HERE
Live demo: cristoni.github.io/aemporium-card
To develop and see this component in action, please check the README at the top level of this repo for instructions.
If you want to run test for this component locally, please run:
$ clap check
The easiest way to use aemporium-card is to install it from NPM and include it in your own React build process.
$ npm install aemporium-card --save
This component is designed to work with React application built with Electrode.
EXPLAIN USAGE HERE
var AemporiumCard = require('aemporium-card');
<AemporiumCard>Example</AemporiumCard>
- DOCUMENT PROPERTIES HERE
ADDITIONAL USAGE NOTES
NOTE: The source code for the component is in src
. A transpiled CommonJS version (generated with Babel) is available in lib
for use with node.js and webpack. A UMD bundle is also built to dist
, which can be included without the need for any build system.
PUT LICENSE HERE
Copyright (c) 2017 Gabriele Cristoni.