Add note for responsive modal styles

This commit is contained in:
sdtsui 2017-08-08 14:05:19 -07:00
parent 29c8f448ca
commit 922a272e81
2 changed files with 6 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Modal.prototype.render = function () {
return h(FadeModal,
{
className: 'modal',
keyboard: false,
onHide: () => {this.onHide()},
ref: (ref) => {

View File

@ -0,0 +1,5 @@
.modal {
// first child - component
// second child - background
// boron should provide them, but we need breakpoints
}