Skip to content

📼 adds resource icons from the noun project to primo-explore search results.

Notifications You must be signed in to change notification settings

alliance-pcsg/primo-explore-resource-icons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

primo-explore-resource-icons

installation

setting up the dev environment

if you don't have a package.json as part of your view code, go to your package directory (e.g. /primo-explore/custom/LCC_NEWUI) and run:

npm init

follow the prompts and fill out basic information for your package.

installing the icons

from inside your package directory (e.g. /primo-explore/custom/LCC_NEWUI), run:

npm install primo-explore-resource-icons

the icons used are from The Noun Project under a Creative Commons Attribution (CC BY) license, so you need to credit them in a credits page on your site.

one way to do this is by adding the below code to your home_en_US.html:

<a href="https://github.com/Alliance-PCJWG/primo-explore-resource-icons/blob/master/html/iconcredits.md" title="Icon Credits" target="_blank">Icon Credits</a>

alternatively, you can host the html located in anywhere (e.g. libguides) and provide a link to it yourself.

you can learn more about the license here.

uninstalling the icons

from inside your package directory (e.g. /primo-explore/custom/LCC_NEWUI), run:

npm uninstall primo-explore-resource-icons

About

📼 adds resource icons from the noun project to primo-explore search results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages