@dfds-frontend/icons

0.0.13 • Public • Published

DFDS icons

Unofficial library for DFDS

icons from CDN

Version 1 January 2019

Quick guide

inlude this in html

<script src="https://unpkg.com/@dfds-frontend/icons/dist/core/icons.js"></script>

use the icons in the html

<svg fill="red" width="4rem" height="4rem">
  <use xlink:href="#icon-Burger-Menu"></use>
</svg>

demo

Mostly 32x32 dimension icons

Legacy demo

manual load

To load the icons manully for a specific icon set, like the core set, then apply this css class to the html element. dfds-core-icons-manual-load

To load the icons manually for all types of icon set apply this css class to the html element. dfds-icons-manual-load

<html class="dfds-icons-manual-load"></html>

Then use this method after the icons.js has been loaded

_DFDS_.icons.core();

You can specify a download path for the SVG file and a callback when SVG has been downloaded.

_DFDS_.icons.core({
  path: "url-path-to-svg-file",
  callback: function(ajaxResult) {}
});

icons from npm

  • npm install @dfds-frontend/icons
  • the files are in node_modules/@dfds-frontend/icons

inlude this in html

<script src="node_modules/@dfds-frontend/icons/dist/core/icons.js"></script>

or

import icons from "@dfds-frontend/icons";
icons();

Available icons

  • @dfds-frontend/icons/dist/core/icons.js
  • @dfds-frontend/icons/dist/flags/icons.js
  • @dfds-frontend/icons/dist/passengers/icons.js
  • @dfds-frontend/icons/dist/freight-logistics/icons.js
  • @dfds-frontend/icons/dist/social-media/icons.js
  • @dfds-frontend/icons/dist/links/icons.js

more

To see all the available CDN files go to

https://unpkg.com/@dfds-frontend/icons/

Readme

Keywords

Package Sidebar

Install

npm i @dfds-frontend/icons

Weekly Downloads

19

Version

0.0.13

License

ISC

Unpacked Size

407 kB

Total Files

18

Last publish

Collaborators

  • kunukn
  • kdichev
  • kunyk-dfds