npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@avinet/font-awesome-kendo-ui

v2.1.4

Published

Use font-awesome and kendo-ui in glorious harmonization!

Readme

Font Awesome Icons + Kendo UI

Originally created by David Driscoll (see repository forked from) this project aims to remap icons provided by Kendo UI (web) to use Font-Awesome for icons. Useful when you want to use kendo along with a project that is already making use of font-awesome.

Usage

Npm

npm install --save @avinet/font-awesome-kendo-ui

The css will be found at node_modules/font-awesome-kendo-ui/font-awesome-kendo-icons.css This needs to be included after the kendo css.

Bower (Deprecated)

PLEASE NOTE WE ARE NO LONGER KEEPING BOWER UP TO DATE - PLEASE MIGRATE TO NPM

We have added this to the bower repository so it can be installed using the following command:

bower install --save font-awesome-kendo-ui

The css to include will now be found at bower_components/font-awesome-kendo-ui/font-awesome-kendo-icons.css This needs to be included after the kendo css.

Please Note

This is still a work in progress, the majority of icons are not yet mapped and some are mapped incorrectly. We welcome contributions to the project!

Development

All development should be done in the mappings.less file, a basic mapping looks as follow:

.k-i-kendo-icon-name { &:before { content: @fa-var-font-awesome-icon-name; } }

To set up node must be installed, and the dependencies need to be installed by running "npm install".

To build simply run the grunt task ("node .\node_modules\grunt\bin\grunt" if you don't have grunt or just "grunt" if grunt is on your path). As well as generating the css file from the less this will also generate a test.html file which shows a table with all the mappings displayed to easily identify missing icons or incorrectly mapped icons.

Deployment

  1. Run npm version with the appropriate update type (patch, minor or major)
  2. Ensure you are logged in with an account that has publish access to @avinet (npm login)
  3. Run npm publish to push to npm