Layout
Layout components and utility classes help you organize content that can adapt to any device or screen size. See the installation instructions to use Web Awesome's layout tools in your project.
Components Jump to heading
Utilities Jump to heading
Installation Jump to heading
Layout components are included in Web Awesome's autoloader. You can also import them individually via cherry picking.
Layout utilities are bundled with all style utilities. You can import all Web Awesome page styles (including native styles) by including the following stylesheet in your project:
<link rel="stylesheet" href="https://early.webawesome.com/webawesome@3.0.0-alpha.12/dist/styles/webawesome.css" />
Or, you can choose to import only the utilities:
<link rel="stylesheet" href="https://early.webawesome.com/webawesome@3.0.0-alpha.12/dist/styles/utilities.css" />