Package Exports
- react-image-panel
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-image-panel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-image-panel
A small module for showing image + title + description in a panel Demo
get started
npm i react-image-panel --save
Integrating component
import { Panel } from 'react-image-panel'
// <Panel />
Adding css!
You can find all of the css for this module in ./node_modules/react-image-panel/src/panel.css
development
Run's webpack and starts a tiny express server for testing
npm i
npm run start
hosting an example ( gh-pages )
By default components come with an examples page it order to publish that
npm run build
git add . -A
git commit -m "Your message"
git push origin gh-pages
If you have an specific documentation in your component you can add that in docs/README.md
testing
npm run test
build-scripts
Script | Action |
---|---|
start |
Run Dev Server |
build |
compile example and build common:js |
build:commonjs |
build common:js to lib |
test |
run unit tests |
test:watch |
run unit tests with watch |
examples
[tbd]
=
built by @clintonhalpin