# Vue
# Installation
To add crayons to your Vue app, install the package from npm.
npm install @freshworks/crayons@v3
# Usage
# Event Handling
Crayons components emit custom events. For example, the button component emits the fwClick
event when it is getting clicked. In Vue, you can listen for the event using @fwClick
.
# Example
undefined
Show Code
undefined
Show Code