Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

cheetah-grid-icon-svg-loader

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cheetah-grid-icon-svg-loader

Webpack loader that loads the icon module for Cheetah Grid from SVG.

latest
Source
npmnpm
Version
2.1.0
Version published
Weekly downloads
19
-26.92%
Maintainers
1
Weekly downloads
 
Created
Source

cheetah-grid-icon-svg-loader

Webpack loader that loads the icon module for Cheetah Grid from SVG.

Installation

npm install --save-dev cheetah-grid-icon-svg-loader

Usage

const icons = {
  gridOn: require("cheetah-grid-icon-svg-loader!material-design-icons/image/svg/production/ic_grid_on_24px.svg"),
};

cheetahGrid.register.icons(icons);

// …

const grid = new cheetahGrid.ListGrid({
  header: [
    // …
    {
      field: "…",
      caption: "…",
      icon: {
        name: "gridOn",
        width: 24,
      },
    },
  ],
  // …
});

Keywords

svg

FAQs

Package last updated on 15 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts