--- // Button list container (.btn-list). interface Props { /** btn-list-center (justify-content: center) */ center?: boolean class?: string } const { center, class: className } = Astro.props ---