2024-11-26 11:59:11 +00:00
< script setup lang = "ts" >
import Layout from '../src/components/ui/Layout.vue'
2024-12-04 15:06:34 +00:00
import Card from '../src/components/ui/Card.vue'
2024-12-04 15:25:37 +00:00
import Spacer from '../src/components/ui/layout/Spacer.vue'
2024-11-26 11:59:11 +00:00
< / script >
# Funkwhale design component library
2024-12-06 12:54:17 +00:00
## Contribute
2024-12-14 13:49:12 +00:00
- [Improve the component library ](./contributing )
2024-12-06 12:54:17 +00:00
- [Found a bug? Report it here ](https://dev.funkwhale.audio/funkwhale/funkwhale/-/issues/?sort=created_date&state=opened&label_name%5B%5D=Type%3A%3AUX%2FUI&first_page_size=20 )
2024-11-26 11:59:11 +00:00
2024-12-06 12:54:17 +00:00
## Use
2024-12-04 15:25:37 +00:00
2024-12-06 12:54:17 +00:00
< Layout flex >
2024-12-14 13:49:12 +00:00
< Card to = 'using-components'
title="Components"
style="width:min-content"
/>
2024-12-06 12:54:17 +00:00
2024-12-14 13:49:12 +00:00
< Card to = "using-color"
title="Colors"
style="width:min-content"
/>
2024-12-06 12:54:17 +00:00
2024-12-14 13:49:12 +00:00
< Card to = "https://design.funkwhale.audio"
title="Designs" style="width:max-content">
Check out the design system on our Penpot.
< / Card >
2024-12-04 15:25:37 +00:00
2024-12-06 12:54:17 +00:00
< / Layout >