0.0.13 • Published 5 years ago

@dfds-frontend/icons v0.0.13

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

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/

0.0.13

5 years ago

0.0.12

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

6 years ago