kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
55 wiersze
1.1 KiB
Markdown
55 wiersze
1.1 KiB
Markdown
<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
|
|
|
|
## Plan
|
|
|
|
<Layout flex>
|
|
|
|
<Card default raised to="/designing-pages"
|
|
title="Designing pages"
|
|
min-content
|
|
/>
|
|
|
|
<Card default raised to="https://design.funkwhale.audio"
|
|
title="Ui designs" >
|
|
Check out the design system on our Penpot.
|
|
</Card>
|
|
|
|
</Layout>
|
|
|
|
## Use
|
|
|
|
<Layout flex>
|
|
|
|
<Card default raised to='/using-components'
|
|
title="Using components"
|
|
min-content
|
|
/>
|
|
|
|
<Card default raised to="/using-color"
|
|
title="Adding Color"
|
|
min-content
|
|
/>
|
|
|
|
<Card default raised to="/using-width"
|
|
title="Setting width and height"
|
|
min-content
|
|
/>
|
|
|
|
<Card default raised to="/using-alignment"
|
|
title="Aligning elements"
|
|
min-content
|
|
/>
|
|
|
|
</Layout>
|
|
|
|
## 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)
|