--- interface Props { vertical?: boolean } const { vertical = false } = Astro.props // Inspired by: https://tw-elements.com/docs/standard/content-styles/dividers/ --- {!vertical ?
:

Left

Right

}