nerdgeschoss / shimmer

Shimmer is a collection of Rails extensions that bring advanced UI features into your app and make your life easier as a developer.
https://nerdgeschoss.de
MIT License
5 stars 1 forks source link

Feature/extend size option #52

Closed jmarsh24 closed 1 year ago

jmarsh24 commented 1 year ago

Shimmer only supports an alternative class of size: small I don't see why this should be the only option. I have updated the modal.ts so that way the string you add for size will be passed as a class name modal--#{size}.

I also removed a depreciated config for typescript.

jmarsh24 commented 1 year ago

@JensRavens Could you review this one? :)