@sankei-arc-shared-components/feature_gallery
v0.1.7
Published
Gallery Feature
Downloads
34
Readme
Feature - Gallery
How do I use it in my Fusion Project?
import Gallery from "@sankei-arc-shared-components/feature_gallery";
... some code
const context = { ... };
// Optional colorConfig
const colorConfig = {
BASE_COLOR: '...',
HOVER_COLOR: '...',
}
<Gallery context={context} colorConfig={colorConfig}/>;
more code ...
Take a look in the src/index.mdx
file to see suggested implementations.