1.0.10 • Published 10 months ago

codes-components v1.0.10

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

How to use components

First import the code in your app.js

import codesComponents from 'codes-components';

After that, you need to add it to the app use like this:

app.use(codesComponents);

Now, if you want to use a certain component, you will have to import it in your .vue file and use it like this:

<script setup>
    import { ComponentNameHere } from 'codes-components';
</script>

<template>
    <ComponentNameHere text="Hello!"/> <!-- Text is optional, check comopnent for available props -->
</template>
1.0.9

10 months ago

1.0.10

10 months ago

1.0.8

10 months ago

1.0.7

10 months ago

1.0.6

10 months ago

1.0.5

10 months ago

1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago