---
layout: "docs_api"
version: "unstable"
versionHref: "/docs/unstable"
path: "api/directive/faFlexibleLayout/"
title: "fa-flexible-layout"
header_sub_title: "Directive in module famous.angular"
doc: "faFlexibleLayout"
docType: "directive"
---

<div class="improve-docs">
  <a href='https://github.com/Famous/famous-angular/edit/master/src/scripts/directives/fa-flexible-layout.js#L1'>
    Improve this doc
  </a>
</div>





<h1 class="api-title">

  fa-flexible-layout



</h1>





This directive will create a Famo.us FlexibleLayout that
sequences from children passed in the provided `options` object,
which passes directly through to the Famo.us FlexibleLayout's
constructor. See [https://famo.us/docs/views/FlexibleLayout]






  
<h2 id="usage">Usage</h2>
  
```html
<fa-flexible-layout fa-options="scopeOptionsObject">
</fa-flexible-layout>
```
  
  

  





