idyll-langidyll
DocsTutorialsGalleryEditor
menu

Overview

  • Introduction
  • Getting started
  • Markup syntax
  • HTML tags
  • Options and styles
  • Plugin system
  • Multipage template

Interactivity

  • Built-in components
  • Using components from npm
  • Make your own component
  • Scrolling and Refs

Publishing

  • Deploying to the web
  • Embedding Idyll

Useful Links

  • Github
  • Chat
  • Twitter
  • Support Us
← Back

FullWidth

A FullWidth component will break out of the text container and expand to fill the full width of the reader's browser.

FullWidth

Example Code

The full width can be used as a wrapping component:

[FullWidth]
  ... put your content here ...
[/FullWidth]

or as a property on any other component:

[Chart fullWidth:true /]