@kyoshee/blockchair-js-product-gallery
v1.1.0
Published
Injectable gallery of Blockchair products
Readme
Blockchair Product Gallery
Usage
npm i @kyoshee/blockchair-js-product-galleryimport { inject } from "@kyoshee/blockchair-js-product-gallery"
/**
* @param mountID {string} Mount point ID
* @param sectionTitleHeading {'h2' | 'h3' | 'h4' | 'h5'}
* @param anchorTitleHeading {'h3' | 'h4' | 'h5' | 'h6'}
* @param fontFamilyTitle {string} Font family for title
* @param fontFamilyDescription {string} Font family for description
*/
inject("element-id", "h2", "h3", "'Comic Sans'", "'var(--font-sans)'")