Save context between components.
Allow you to add extra props without the need to manually add them every time.
Installation
Install the package by running
Usage
layouts/Layout.astro
components/LayoutTitle.astro
pages/index.astro
Functions
Every new context inherit the last one
Same as Context.astro
, help you render astro inside the props context
Example