0.1.7 • Published 7 months ago

@sankei-arc-shared-components/feature_gallery v0.1.7

Weekly downloads
35
License
ISC
Repository
github
Last release
7 months ago

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.

0.1.7

7 months ago

0.1.6

1 year ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

3 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago