WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

fxFlexFill API

Adam Plumer edited this page Mar 14, 2018 · 2 revisions

The fxFlexFill directive should be used on elements within a fxLayout container and identifies the element whose width and height should be maximized

<div fxFlexFill>
  <div>1. One</div> <div>2. Two</div> <div>3. Three</div> <div>4. Four</div>
</div>

fxFlexFill Options

fxFlexFill takes no arguments, and populates its host element with the following inline CSS styling:

Key Value
margin 0
width 100%
height 100%
min-width 100%
min-height 100%

Clone this wiki locally