Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 853 Bytes

README.md

File metadata and controls

37 lines (22 loc) · 853 Bytes

@vibe/icons

This package includes all of the icons of monday.com's Vibe Design System, available as React components and raw SVGs and with lazy loading support for optimized performance and flexible usage in your projects.

Installation

To install, use the following command:

npm install @vibe/icons

Usage

Using React Components

import { Close } from "@vibe/icons";

Using Lazy React Components

import { Close } from "@vibe/icons/lazy";

Using Raw SVG Files

import { Close as CloseSvg } from "@vibe/icons/raw";

Peer dependencies

We are reliant on React and React DOM, we are using them as externals, and we don't package them to the package, so you must have them in your project