funkwhale/front/ui-docs/index.md

55 wiersze
1.1 KiB
Markdown
Czysty Zwykły widok Historia

<script setup lang="ts">
import Layout from '../src/components/ui/Layout.vue'
import Card from '../src/components/ui/Card.vue'
import Spacer from '../src/components/ui/Spacer.vue'
</script>
# Funkwhale design component library
2025-01-01 23:33:54 +00:00
## Plan
2025-01-01 23:33:54 +00:00
<Layout flex>
<Card default raised to="/designing-pages"
2025-01-01 23:33:54 +00:00
title="Designing pages"
min-content
2025-01-01 23:33:54 +00:00
/>
<Card default raised to="https://design.funkwhale.audio"
title="Ui designs" >
2025-01-01 23:33:54 +00:00
Check out the design system on our Penpot.
</Card>
</Layout>
## Use
<Layout flex>
2025-01-01 23:33:54 +00:00
<Card default raised to='/using-components'
2025-01-01 23:33:54 +00:00
title="Using components"
min-content
2024-12-14 13:49:12 +00:00
/>
<Card default raised to="/using-color"
title="Adding Color"
min-content
2024-12-14 13:49:12 +00:00
/>
<Card default raised to="/using-width"
title="Setting width and height"
min-content
2025-01-01 23:33:54 +00:00
/>
<Card default raised to="/using-alignment"
title="Aligning elements"
min-content
/>
</Layout>
2025-01-01 23:33:54 +00:00
## Contribute
- [Improve the component library](./contributing)
- [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)