abelljs / abell

A Low-Level, Framework Agnostic, Highly Flexible Static-Site-Generator to help you build Static Sites on a smaller learning curve 🌀

Home Page:https://abelljs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Multiple components in single file

saurabhdaware opened this issue · 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.