Page

<wa-page> Since 3.0 experimental

Pages make it simple to build complete page layouts with clean and minimal code.

The Page component was part of the open-source Free Webawesome project (licensed under MIT) until beta 4, commit 8b763d0. Since then, it has been separated from further development. For continued updates and long-term support, please use Webawesome Pro.

The Page component serves as a foundation for full web pages. It’s highly adaptable to modern layouts and provides an easy way to manage navigation across both desktop and mobile devices.

Slots

Learn more about using slots.

Attributes & Properties

Learn more about attributes and properties.

Methods

Learn more about methods.

CSS custom properties

Learn more about CSS custom properties.

CSS parts

Learn more about CSS parts.

Importing

Autoloading components via projects is the recommended way to import components. If you prefer to do it manually, use one of the following code snippets.

CDN npm React

Let your project code do the work! Sign up for free to use a project with your very own CDN — it's the fastest and easiest way to use Web Awesome.

To manually import this component from NPM, use the following code.

import '@awesome.me/webawesome/dist/components/page/page.js';

To manually import this component from React, use the following code.

import WaPage from '@awesome.me/webawesome/dist/react/page';
Need a hand? Report a bug Ask for help
    No results