Socket
Socket
Sign inDemoInstall

@kano/icons

Package Overview
Dependencies
1
Maintainers
13
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @kano/icons

Set of icons to use and re-use across UIs


Version published
Weekly downloads
2
increased by100%
Maintainers
13
Created
Weekly downloads
 

Readme

Source

Kano icons

Set of icons to use and re-use across UIs

Installation

yarn add @kano/icons

Usage

// Import the needed icon
import { close } from '@kano/icons/ui.js';

// Create a new instance by cloning the template's content
const instance = close.content.cloneNode(true);

// Add it anywhere, it's just a DOM node
document.body.appendChild(instance);

// If using a string template engine that supports templates, just do
const template = html`
    <div>${close}</div>
`;

FAQs

Last updated on 19 Jun 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc