@viewar/components
v1.10.2
Published
ViewAR's reusable react components
Downloads
144
Readme
@viewar/components
ViewAR's reusable react components
BETA VERSION
requires @viewar/webpack
ComponentPresenter
❗️ This is just a provisional styleguide subtstitute
🏗 until we found the right component pattern libary to match our needs
see [feat] add styleguide (issue#2)
Usage
npm run start:mock
ornpm run start
for 3D mode
what
reads hash location and renders corresponding Component
how
links to component showcases are auto generated
requires export in '/components/showcases.js':
export { default as Button } from 'components/Button/Showcase';