PEEK Theme
latest

Documentation Contents

  • Style Guide
  • Navigation Section
  • Tabs Section
  • Mobile Dialog Section
  • Information Section
  • Details Section
  • Tables Section
  • Other Useful Styles
  • Font Awesome
  • Peek Screen Examples
    • Title Bar
    • Home Screen
    • Footer
      • Classes
      • SCSS Files
      • HTML
      • NativeScript
  • Plugin Screen Examples
PEEK Theme
  • Docs »
  • Peek Screen Examples »
  • Footer
  • Edit on GitHub

Footer¶

../../_images/footer.web.jpg

The footer is fixed at the bottom of the screen.

Text is always centered in the footer.

The text remains a single line and truncates a “…” if the line exceeds the minimum screen width.

Classes¶

The .peek-footer class contains the classes specific to the Footer.

.peek-footer{
/* Contains the Footer looks classes */
    ...

    }
    .footer-title{
    /*
        Contains the title looks attributes unique to the Footer
        This title will be dynamically set by the plugins installed
    */
        ...

    }
}

SCSS Files¶

The Footer style classes are found in the _footer.scss.

The Footer HTML layout classes are found in the _footer.web.scss.

The Footer NativeScript layout classes are found in the _footer.ns.scss.

HTML¶

../../_images/footer.web.jpg
<div class="peek-footer">
  <div class="footer-title">Offline, xxx minutes</div>
</div>

NativeScript¶

<GridLayout class="peek-footer"
    ...

</GridLayout>
Next Previous

© Copyright 2016, Synerty. Revision aa83366b.

Built with Sphinx using a theme provided by Read the Docs.