0.3.1 • Published 11 months ago

@atomico/vue v0.3.1

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

@atomico/vue

Wrapper and utilities to integrate Atomico in vue

Wrapper

@atomico/vue allows you to create a wrapper for a webcomponent created with Atomico.

import { MyWebcomponentWithAtomico } from "./my-webcomponent-with-atomico";
import { auto } from "@atomico/vue";

export const VueComponent = MyWebcomponentWithAtomico(auto);

petite (coming soon)

import { html } from "@atomico/vue";

function component() {
    return html`
        {{count}}
        <button @click="count++">inc</button>
    `;
}

component.props = {
    count: Number,
};
0.3.0

11 months ago

0.3.1

11 months ago

0.2.0

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago