0.0.15 • Published 3 years ago
vue3-flex v0.0.15
Vue 3 flexbox component
Usage:
<template>
<flex
align-items="center"
justify-content="center"
>
<h1>
Hello world!
</h1>
</flex>
</template>
<script lang="ts" setup>
import { Flex } from 'vue3-flex';
</script>
`