3.3.14 • Published 5 years ago
@kano/icons v3.3.14
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>
`;
3.3.14
5 years ago
3.3.11
5 years ago
3.3.10
5 years ago
3.3.9
5 years ago
3.3.8
5 years ago
3.3.5
6 years ago
3.3.4
6 years ago
3.3.3
6 years ago
3.2.15
6 years ago
3.2.13
6 years ago
3.2.12
6 years ago
3.2.6
6 years ago
3.1.5
6 years ago
3.1.4
6 years ago
3.1.3
6 years ago
3.1.1
6 years ago
3.1.0
6 years ago
3.0.17
6 years ago
3.0.16
6 years ago
3.0.15
6 years ago
3.0.7
6 years ago
3.0.6
6 years ago
0.0.1-alpha.3
7 years ago
0.0.1-alpha.2
7 years ago
0.0.1-alpha.1
7 years ago