Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions apps/ui/content/docs/resources/figma.mdx
Original file line number Diff line number Diff line change
@@ -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.

<Alert className="bg-muted/24">
<InfoIcon />
<AlertTitle>Community resource</AlertTitle>
<AlertDescription>
This is an unofficial file created and maintained by the community, and may not be consistently maintained.
</AlertDescription>
</Alert>

<Button render={<Link href="https://www.figma.com/community/file/1599506644197878123/" target="_blank" rel="noopener noreferrer" className="no-underline!" style={{ textDecoration: 'none' }} />}>Open Figma community file</Button>
3 changes: 2 additions & 1 deletion apps/ui/content/docs/resources/meta.json
Original file line number Diff line number Diff line change
@@ -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"
}