Skip to content

rajasegar/crayons-snippets

Repository files navigation

crayons snippets

Snippets for Freshworks Crayons Components

Demo

Youtube

Install

For Visual Studio Code, you can search for Freshworks Crayons from the marketplace extensions and install. Freshworks Crayons Snippets

For Neovim users, 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:

Showcase

HTML

web components demo

React

React demo

TODO

Releases

No releases published

Packages

No packages published