UNPKG

material-ui-banner

Version:

A material-ui component that allows you to add a banner underneath the app bar.

8 lines (5 loc) 218 B
import staticBanner from './components/StaticBanner'; import banner from './components/Banner'; export const StaticBanner = staticBanner; export const Banner = banner; if (__DEV__) require('./demo/index.js');