vue-material/docs/src/pages/ui-elements/Layout.vue
2016-12-12 03:10:09 -02:00

29 lines
842 B
Vue

<template>
<page-content page-title="Layout">
<docs-component>
<div slot="description">
<p>Responsive layouts in material design adapt to any possible screen size. This UI guidance includes a flexible grid that ensures consistency across layouts, breakpoint details about how content reflows on different screens, and a description of how an app can scale from small to extra-large screens.</p>
</div>
<div slot="example">
<example-box card-title="Default">
<div class="demo" slot="demo">
<md-layout>
</md-layout>
</div>
<div slot="code">
<code-block lang="xml">
</code-block>
</div>
</example-box>
</div>
</docs-component>
</page-content>
</template>
<style lang="scss" scoped>
</style>