Web Export
  • Introduction
  • Getting Started
  • Install the Plugin
  • Create or open a project
  • Export the Artboard
  • Export Artboard Dialog
    • File Name
    • Subdirectory
    • Page Title
    • Web Page Template
    • Expected HTML Output
    • Stylesheet Name
    • Artboard Stylesheet template
    • Expected Stylesheet output
    • Script Page options
    • Images
    • Export Folder
    • Server
    • Alternative Fonts
    • Scale to fit
    • Centering the page
    • Styles Inline
    • Style via Classes
    • Markup Only
    • Outline Elements
    • Keyboard Navigation
    • Add Data Name
    • Add Image Compare
    • Auto Refresh
    • Export type
    • Reset Artboard
  • Addressing Export Issues
  • Messages Console
  • Export types
    • Export to a Single Page
    • Export to Multiple Pages
    • Export Artboards and show by size (media query)
    • Export to a Slideshow
  • Keyboard Shortcuts
  • Responsive Pages
  • Dynamical page that grows in height
  • Modifying Individual Elements
  • Elements and Sub Elements
  • Styling elements
  • Element Options
    • Id field
    • Tag Name
    • Styles
    • Classes
    • Attributes
    • Hyperlink
    • Width and Height Size
    • Background
    • Markup Inside
    • Markup Before and Markup After
    • Text Ids
    • Text Tokens
    • Row Layout
    • Column Layout
    • Overflow
    • Script Template
    • CSS Template
    • HTML Template
    • Layout Section
      • Layout Position types
      • Layout Position Location Types
      • Layout sizing options
    • Centered, Constraint and Anchored Positioning
    • Debug Element
    • Show Outline
    • Export as Image
    • Export as String
    • Export element
    • Displayed
    • Auto Export
    • Export (artboard)
    • Show Markup
    • Show CSS
    • Show Property Changes
    • Reset All Property changes
    • Navigation Buttons
  • Changed Properties
  • How to section
    • Creating a hover menu
    • Centering a page or element
    • Showing Overlays
    • Embedding an HTML page
    • Linking to pages or views
    • Creating a download link
    • Creating List items
    • Embedding Fonts
    • Adding Hover Effects
    • Styling Hyperlinks
    • Showing elements by size
    • Creating a Fixed Header
    • Make a Stretchable Line
    • Blend Modes
  • Creating Code Blocks
  • How Exporting Works
  • Single Page Application API
  • Element Tokens
  • Template Tokens
  • Setting up a server
  • Putting your site online
  • Code Block Snippets
    • Adding a cursor over on hover
    • Go to next or previous artboard with swipe gesture
  • Other Features
    • Gradients
    • Blend Modes
    • Form Elements
  • Learning by Videos
  • WordPress Integration
    • Summary
    • Export the main page
  • Example Packages
  • Web Developers
  • Non Web Developers
  • Debugging
  • Version
  • Support
    • Forums
    • Discord Channel
  • License
  • Feature and Bug Reports
  • Related Plugins
Powered by GitBook
On this page

Was this helpful?

  1. Export types

Export to a Single Page

Export multiple artboards to one page

PreviousExport typesNextExport to Multiple Pages

Last updated 5 years ago

Was this helpful?

It's not uncommon to have multiple artboards for mobile, tablet and desktop.

The Export multiple pages a single page option provides a way to have multiple artboards on a single page and either programmatically, or with navigation buttons or through media queries show the desired artboard.

The term single-page application is used often. Simply:

A single-page application (SPA) is a or that interacts with the user by dynamically rewriting the current page rather than loading entire new pages from a server. This approach avoids interruption of the between successive pages, making the application behave more like a .

The term Progressive Web App is also used often.

Progressive web applications (PWAs) are a type of delivered through the web, built using common web technologies including , and .

They are intended to work on any platform that uses a standards-compliant .

Functionality includes working offline, , and device hardware access, enabling creating user experiences similar to native applications on desktop and mobile devices.

Since they are a type of or known as a , there is no requirement for developers or users to install the web apps via digital distribution systems like or .

With Single Page Applications you have 3 options:

  • Normal - All of the artboards are exported to the same page and the first artboard is shown. Use prototype links to show another artboard or use the code to change artboards.

  • Slideshow - This is same as above but navigation buttons are shown to go from one artboard to the next. Keyboard arrow keys can also be used to go forward or back through the artboards.

  • Media Query - Create artboards of different sizes and then when you export them the artboard will show depending on the size of the browser or your device.

When an artboard is exported to a web page it becomes a view. That is the term we use to describe the artboard in the web page.

The following demonstrates a Normal export of theto a single page application. It uses existing prototype links to navigate between views.

The order of artboards is the same order that is in the layers panel.

Use the keyboard support option to navigate through the artboards with the left and right arrow keys.

Animations and transitions are not supported at this time. Visit the forums to get the most information.

The following demonstrates exporting the to a single page application. It uses existing prototype links to navigate between views.

The following demonstrates exporting theto a slideshow. It uses existing prototype links to navigate between views and provides a forward and back buttons that go from one artboard to another.

Crowdfund Companion UI Kit
Dashboard UI Kit
web application
web site
user experience
desktop application
application software
HTML
CSS
JavaScript
browser
push notifications
webpage
website
web application
Apple App Store
Google Play
Single Page API
Dashboard UI Kit
LogoSingle-page applicationWikipedia
LogoProgressive web applicationWikipedia