Sha256: ca5c5c2c5482aebb60e3886aca74e96c9e9839f4e713b80968a1ca9a4b81c56f

Contents?: true

Size: 329 Bytes

Versions: 62

Compression:

Stored size: 329 Bytes

Contents

var React = require('react');

var Overlay = React.createClass({

  render: function() {

    var {...other} = this.props;

    var classes = 'mui-overlay';
    if (this.props.show) {
        classes += ' mui-is-shown';
    }

    return (
        <div {...other} className={classes} />
    );
  }

});

module.exports = Overlay;

Version data entries

62 entries across 44 versions & 1 rubygems

Version Path
nutella_framework-0.7.3 framework_components/roomcast-package-creator/src/app/components/material-ui/overlay.jsx
nutella_framework-0.7.3 framework_components/roomcast-main-app/src/app/components/app/material-ui/overlay.jsx
nutella_framework-0.7.2 framework_components/roomcast-main-app/src/app/components/app/material-ui/overlay.jsx
nutella_framework-0.7.2 framework_components/roomcast-package-creator/src/app/components/material-ui/overlay.jsx
nutella_framework-0.7.1 framework_components/roomcast-main-app/src/app/components/app/material-ui/overlay.jsx
nutella_framework-0.7.1 framework_components/roomcast-package-creator/src/app/components/material-ui/overlay.jsx
nutella_framework-0.7.0 framework_components/roomcast-main-app/src/app/components/app/material-ui/overlay.jsx
nutella_framework-0.7.0 framework_components/roomcast-package-creator/src/app/components/material-ui/overlay.jsx
nutella_framework-0.6.21 framework_components/roomcast-main-app/src/app/components/app/material-ui/overlay.jsx
nutella_framework-0.6.21 framework_components/roomcast-package-creator/src/app/components/material-ui/overlay.jsx
nutella_framework-0.6.20 framework_components/roomcast-main-app/src/app/components/app/material-ui/overlay.jsx
nutella_framework-0.6.20 framework_components/roomcast-package-creator/src/app/components/material-ui/overlay.jsx
nutella_framework-0.6.19 framework_components/roomcast-main-app/src/app/components/app/material-ui/overlay.jsx
nutella_framework-0.6.19 framework_components/roomcast-package-creator/src/app/components/material-ui/overlay.jsx
nutella_framework-0.6.18 framework_components/roomcast-main-app/src/app/components/app/material-ui/overlay.jsx
nutella_framework-0.6.18 framework_components/roomcast-package-creator/src/app/components/material-ui/overlay.jsx
nutella_framework-0.6.17 framework_components/roomcast-main-app/src/app/components/app/material-ui/overlay.jsx
nutella_framework-0.6.17 framework_components/roomcast-package-creator/src/app/components/material-ui/overlay.jsx
nutella_framework-0.6.16 framework_components/roomcast-main-app/src/app/components/app/material-ui/overlay.jsx
nutella_framework-0.6.16 framework_components/roomcast-package-creator/src/app/components/material-ui/overlay.jsx