A collection of React display components.
These were originally built for my own use, and are now uploaded to npm in the hope they'll help others out.
Components can be found in src/components and each has it's own Readme.
Simply import and use.
All internal styles can be overriden using overrideStyles attribute. A list of available styles is in the Readme for each component.
Initial Release
Change import model of Gallery component.
Previously Gallery
, GalleryItem
and GalleryView
were all exported. Only Gallery
is ever used directly.
Fixed bug which caused styles to be nuked when using overrideStyles
Added hideMarker
property to Map
component.
Actually export Gallery component as intended.
Note to self: BUILD THE DAMN LIBRARY BEFORE PUBLISHING!