UNPKG

eldo-component

Version:
57 lines (31 loc) 1.35 kB
# eldo-component **COMPONENT DESCRIPTION GOES HERE** ## Demo & Examples Live demo: [douglasmccuen.github.io/eldo-component](http://douglasmccuen.github.io/eldo-component/) To develop and see this component in action, please check the [README](../../README.md) at the top level of this repo for instructions. If you want to run test for this component locally, please run: ```bash $ 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. ```bash $ npm install eldo-component --save ``` This component is designed to work with React application built with [Electrode]. ## Usage **EXPLAIN USAGE HERE** ```js 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. [Electrode]: https://docs.electrode.io/overview/what-is-electrode.html