From 3183c5bd33f0bf90a727c0f0645187ff5aa62444 Mon Sep 17 00:00:00 2001 From: Asif Ahmed Date: Mon, 11 Jan 2021 19:55:17 +0530 Subject: [PATCH] docs: add Crayons to component libraries list --- docs/_data/componentLibraries.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/_data/componentLibraries.js b/docs/_data/componentLibraries.js index dc515ddc..de9e899a 100644 --- a/docs/_data/componentLibraries.js +++ b/docs/_data/componentLibraries.js @@ -29,6 +29,12 @@ const componentLibraries = [ description: 'A collection of low-level (atoms) and high-level (domain specific) Web Components made by Clever Cloud for its different Web UIs (public and internal).', }, + { + name: 'Crayons by Freshworks', + url: 'https://crayons.freshworks.com', + description: + 'Crayons is a web component library for developers who build apps for Freshworks. Through pre-built components, Crayons offers control and flexibility to build rich interfaces consistent with the Freshworks product design and experience.', + }, { name: 'Elix', url: 'https://component.kitchen/elix',