We will be sunsetting Advisor during Jan, 2026 and will instead be providing information in Snyk Security DB.

You can begin to take advantage of Snyk Security DB today for a unified, package-centric experience.

How to use @storefront-ui/shared - 2 common examples

To help you get started, we’ve selected a few @storefront-ui/shared examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github DivanteLtd / storefront-ui / packages / vue / src / components / atoms / SfIcon / SfIcon.js View on Github external
isSFColors() {
      return SF_COLORS.includes(this.color.trim());
    },
    isSFSizes() {
github DivanteLtd / storefront-ui / packages / vue / src / components / atoms / SfIcon / SfIcon.js View on Github external
isSFSizes() {
      const size = this.size.trim();
      return SF_SIZES.includes(size);
    },
    iconColorClass() {

@storefront-ui/shared

Shared set of utils and typings used by `@storefront-ui/*` packages

MIT
Latest version published 2 years ago

Package Health Score

69 / 100
Full package analysis