vue3-flex
TypeScript icon, indicating that this package has built-in type declarations

0.0.15 • Public • Published

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>

`

Readme

Keywords

Package Sidebar

Install

npm i vue3-flex

Weekly Downloads

4

Version

0.0.15

License

MIT

Unpacked Size

18.4 kB

Total Files

8

Last publish

Collaborators

  • loilock