Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

primeicons

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

primeicons

Icon Library for Prime UI Libraries

  • 7.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
575K
increased by18.74%
Maintainers
1
Weekly downloads
 
Created

What is primeicons?

PrimeIcons is an icon library for PrimeFaces, PrimeNG, PrimeReact, and PrimeVue. It provides a wide range of icons that can be easily integrated into web applications built with these frameworks.

What are primeicons's main functionalities?

Basic Icon Usage

This code demonstrates how to use a basic icon from the PrimeIcons library. The 'pi' class is a base class for all icons, and 'pi-check' specifies the particular icon to display.

<i class='pi pi-check'></i>

Button with Icon

This code shows how to use a PrimeIcon within a button element. The 'pi pi-check' class is used to add a check icon inside the button.

<button class='p-button p-component'><i class='pi pi-check'></i>Submit</button>

Icon with Tooltip

This example demonstrates how to add a tooltip to an icon. The 'pi pi-info-circle' class is used to display an info icon, and the 'title' attribute provides the tooltip text.

<i class='pi pi-info-circle' title='More Info'></i>

Other packages similar to primeicons

Keywords

FAQs

Package last updated on 29 Mar 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc