From 796011d4e5b836e5def8fbe3415847ef14dae52b Mon Sep 17 00:00:00 2001 From: Vahid Lenjanzadeh Date: Thu, 19 Feb 2026 01:27:12 +0100 Subject: [PATCH] docs: add Figma community file to resources --- apps/ui/content/docs/resources/figma.mdx | 16 ++++++++++++++++ apps/ui/content/docs/resources/meta.json | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 apps/ui/content/docs/resources/figma.mdx diff --git a/apps/ui/content/docs/resources/figma.mdx b/apps/ui/content/docs/resources/figma.mdx new file mode 100644 index 000000000..e8817c270 --- /dev/null +++ b/apps/ui/content/docs/resources/figma.mdx @@ -0,0 +1,16 @@ +--- +title: Figma Community File +description: An unofficial community Figma file for the coss.com ui. +--- + +This file is maintained by the community and is a great starting point for designing with coss ui components with TailwindCSS variables in Figma. + + + + Community resource + + This is an unofficial file created and maintained by the community, and may not be consistently maintained. + + + + \ No newline at end of file diff --git a/apps/ui/content/docs/resources/meta.json b/apps/ui/content/docs/resources/meta.json index 30e4c55cf..7d274ff5e 100644 --- a/apps/ui/content/docs/resources/meta.json +++ b/apps/ui/content/docs/resources/meta.json @@ -1,7 +1,8 @@ { "pages": [ "[llms.txt](/llms.txt)", - "[coss.com origin](https://coss.com/origin)" + "[coss.com origin](https://coss.com/origin)", + "figma" ], "title": "Resources" }