abelljs/abell

Multiple components in single file

saurabhdaware opened this issue · 1 comments

Is your feature request related to a problem? Please describe.

<AbellComponent name="Footer">
<template>
</template>
<style>
</style>
<script>
</script>
</AbellComponent>

<AbellComponent name="Navbar">
<template>
</template>
<style>
</style>
</AbellComponent>

Rough idea.

I don't plan to support a lot of new syntax in abell component starting v1. Will recommend using components from some existing framework like React or Solid for such usecases.