[wip]
common components for use with metadb-ui.
while it's being developed and not in the npm registry, use npm link
to have a
local dev version linked to your project:
git clone https://github.com/LafayetteCollegeLibraries/metadb-components
cd metadb-components
npm install
npm link
cd ../metadb-ui
npm link metadb-components