You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Available properties and their defaults can be found in the :root {} block inside the package CSS.
Could you write an example with 2 or 3 variables (As a demo) ? directly in the readme ?
And where do you do this usually? in style tag of where you placed your <ModalContainer /> ? Or in your app.css ?
Then, to style the modal, you would suggest to do it in SomeComponent.svelte directly ? Or more globally ? with like:
On the read me, I see:
Could you write an example with 2 or 3 variables (As a demo) ? directly in the readme ?
And where do you do this usually? in
style
tag of where you placed your<ModalContainer />
? Or in yourapp.css
?Then, to style the modal, you would suggest to do it in
SomeComponent.svelte
directly ? Or more globally ? with like:Any recommendation ? Tips & trick to know?
(Maybe you could provide 1 example?)
Thx for you help
The text was updated successfully, but these errors were encountered: