Pass through unused props in Modal#254
Pass through unused props in Modal#254eddywashere merged 1 commit intoreactstrap:masterfrom DanielleHuisman:master
Conversation
div.modal-dialogdiv.modal-dialog
|
My 2 cents on this: |
|
This patch has more than just that specific use case, it was just an example. In my opinion it's important for a library, such as reacststrap, to support both CSS and inline styles. Almost all other components support passing style elements (some through |
|
So... Apply the other props here as well |
div.modal-dialog|
Changed it. |
|
This is a great improvement, thanks @DanielHuisman! |
|
released in |
Currently it's not possible to for example change the size (excluding default Bootstrap sizes) of modals. This change allows users to style the modal dialog.