Skip to content
Snippets Groups Projects
Commit 8d0ec93b authored by Julian's avatar Julian
Browse files

Create dummy chips in lesson notes component

parent 27dfe0e3
No related branches found
No related tags found
2 merge requests!352Draft: Resolve "Add dialog with each lesson's students",!350Resolve "Add simple course book list"
Pipeline #170944 failed
<template> <template>
<v-card-text>{{ documentation.id }}</v-card-text> <v-card-text class="d-flex align-center justify-space-between justify-md-end flex-wrap gap">
<v-chip dense color="success">
<v-chip small dense class="mr-2" color="green darken-3 white--text">26</v-chip>
von 30 anwesend
</v-chip>
<v-chip dense color="warning">
<v-chip small dense class="mr-2" color="orange darken-3 white--text">3</v-chip>
entschuldigt
</v-chip>
<v-chip dense color="error">
<v-chip small dense class="mr-2" color="red darken-3 white--text">1</v-chip>
unentschuldigt
</v-chip>
<v-chip dense color="grey lighten-1">
<v-chip small dense class="mr-2" color="grey darken-1 white--text">4</v-chip>
Hausaufgaben vergessen
</v-chip>
</v-card-text>
</template> </template>
<script> <script>
...@@ -13,3 +30,9 @@ export default { ...@@ -13,3 +30,9 @@ export default {
}, },
}; };
</script> </script>
<style scoped>
.gap {
gap: 0.25em
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment