@forastro/flow
v2.5.4
Published
This package is a package that allows you to use flow components inside of [Astro](https://astro.build). Flow components are components that emulate control flow in the form of components. These components are typed well.
Downloads
49
Readme
For Astro Flow
This package is a package that allows you to use flow components inside of Astro. Flow components are components that emulate control flow in the form of components. These components are typed well.
[!info] There are two kinds of components in here, Conditional -> Components that show something based on a condition Iterable -> Components that iterate through a set of items then send data through a callbacks
Installation
npm install @forastro/flow
Docs
Please checkout the docs for For Astro Flow