How to extend styles of a reusable button component in Astro using class props
I’m working on a project using Astro and I’m trying to create a reusable button component that allows for extending styles using class props. My goal is to pass custom styles to the button while maintaining its default styles. Here’s what I have so far: