Custom Styling Options

Styling

So far, we’ve handled styling with the className prop. What about the option to override default styles by passing a style prop? As of right now, we can’t do that

Let’s fix that!

Instead of explicitly destructuring the style prop, we can pass any other prop passed by the user to the button component.

Get hands-on with 1200+ tech skills courses.