enszrlu / NextStep

Lightweight onboarding library for Next.js
https://nextstepjs.com
149 stars 8 forks source link

Styling overriding #6

Closed GermanDZ closed 1 month ago

GermanDZ commented 1 month ago

Have you thought on how to provide a way to override style to titles, progress bars, buttons, etc?

Just by adding some classes to name the elements will be great to override them in global.css

enszrlu commented 1 month ago

You can provide your own card component and customize everything to your app's needs. Please have a look at this in docs and let me know if it satisfy your need 😊

https://nextstepjs.vercel.app/docs?tab=examples&version=1.0.x

GermanDZ commented 1 month ago

Yeah, I thought that was too much but actually makes a lot of sense, just by copy-pasting the default card and tweak any details is better solution than adding styles/variants/modifiers/options to the default Card.

Thanks a lot.