eldo-component
v0.0.9
Published
eldo-component
Downloads
1
Maintainers
Readme
eldo-component
COMPONENT DESCRIPTION GOES HERE
Demo & Examples
Live demo: douglasmccuen.github.io/eldo-component
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
Installation
The easiest way to use eldo-component is to install it from NPM and include it in your own React build process.
$ npm install eldo-component --save
This component is designed to work with React application built with Electrode.
Usage
EXPLAIN USAGE HERE
var EldoComponent = require('eldo-component');
<EldoComponent>Example</EldoComponent>
Properties
- DOCUMENT PROPERTIES HERE
Notes
ADDITIONAL USAGE NOTES
Development (src
, lib
and the build process)
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.
License
PUT LICENSE HERE
Copyright (c) 2018 Doug McCuen.