Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>Freshworks Crayons SnippetsNew to Visual Studio Code? Get it now.
Freshworks Crayons Snippets

Freshworks Crayons Snippets

Rajasegar

|
114 installs
| (0) | Free
VSCode and Neovim snippets for Freshworks Crayons
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

crayons snippets

Snippets for Freshworks Crayons Components

Install

Use your plugin manager of choice, e.g.

With Lazy.nvim

{ "rajasegar/crayons-snippets" }

Warning: If you're using LuaSnip make sure to use require("luasnip.loaders.from_vscode").lazy_load(), and add crayons-snippets as a dependency for LuaSnip, otherwise snippets might not be detected. If you don't use lazy_load() you might notice a slower startup-time

{
  "L3MON4D3/LuaSnip",
  dependencies = { "rajasegar/crayons-snippets" },
}

With Packer

use "rajasegar/crayons-snippets"

With vim-plug

Plug "rajasegar/crayons-snippets"

With coc.nvim

:CocInstall https://github.com/rajasegar/crayons-snippets@main

Usage

This collection of snippets should work with any snippet engine that supports loading vscode snippets. Like for example:

  • vim-vsnip
  • LuaSnip
  • coc-snippets

Showcase

HTML

web components demo

React

React demo

TODO

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft