0.1.4 • Published 2 years ago

flyleaf v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

中文

What

flyleaf.js is a components library based on sveltejs.

It's a cross frontend framework component library, that is to say no matter what you are using in your project, e.g. Vue2/Vue3/React/Angular, you can use flyleaf's components.

Because a compiled component based on sveltejs is ES class;

Usage

install

npm install flyleaf

use a component

import { ComA } from 'flyleaf';

const com = new ComA({
    target: document.getElementById('app'),
    props: {

    },
})
com.$on('some-event', (evt)={
    console.log('evt: ', evt)
})

Contribute

welcome to contribute your components and practice svelte syntax by the way.

0.1.4

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago