Web Awesome (ViUR)

Font Awesome
Try SSR Server-side rendering (SSR) generates component HTML on the server before the page loads, improving SEO and initial load time. Use the switch to see Web Awesome components render with and without SSR.
Search this website ⌘KCtrl+K Light Dark System Docs Select Color Scheme Default Awesome Shoelace Active Brutalist Glossy Matter Mellow Playful Premium Tailspin Docs Select Theme View Project on GitHub Star Project on GitHub
Start Components Docs Help
Web Awesome Font Awesome Build Awesome
Search this site… /
Try SSR Server-side rendering (SSR) generates component HTML on the server before the page loads, improving SEO and initial load time. Use the switch to see Web Awesome components render with and without SSR.
Light Dark System Docs Select Color Scheme Default Awesome Shoelace Active Brutalist Glossy Matter Mellow Playful Premium Tailspin Docs Select Theme

Getting Started

  • Installation
  • Usage
  • Forms
  • Localization
  • Frameworks
  • Using with AI
  • Figma Design Kit ProThis requires access to Web Awesome Pro
  • Server Rendering

Resources

  • Accessibility
  • Browser Support
  • Contributing
  • Patterns ProPatterns require access to Web Awesome Pro
  • Migrating from Shoelace
  • Visual Tests
  • Changelog
  • Help & Support

Theming & Utilities

  • Overview
  • Built-in Themes
  • Color Palettes
  • Design Tokens
  • Customizing & Theming
  • CSS Utilities

ViUR Components

  • Alert
  • Combobox
  • Pagination
  • Table Wrapper

Actions

  • Button
  • Button Group
  • Copy Button
  • Dropdown
    • Dropdown Item

Forms

  • Checkbox
  • Checkbox Group
  • Color Picker
  • Input
  • Known Date
  • Number Input
  • Radio Group
    • Radio
  • Rating
  • Select
    • Option
  • Slider
  • Switch
  • Textarea
  • Time Input
  • Data Grid Planned A Web Awesome Kickstarter stretch goal!

Layout

  • Accordion
    • Accordion Item
  • Card
  • Details
  • Dialog
  • Divider
  • Drawer
  • Page
  • Scroller
  • Split Panel

Navigation

  • Breadcrumb
    • Breadcrumb Item
  • Tab Group
    • Tab
    • Tab Panel
  • Tree
    • Tree Item

Feedback

  • Badge
  • Callout
  • Progress Bar
  • Progress Ring
  • Skeleton
  • Spinner
  • Tag
  • Tooltip

Media

  • Animated Image
  • Avatar
  • Carousel
    • Carousel Item
  • Comparison
  • Icon
  • Markdown
  • QR Code
  • Zoomable Frame

Data Viz

  • Advanced Usage

Helpers

  • Animation
  • Format Bytes
  • Format Date
  • Format Number
  • Include
  • Intersection Observer
  • Mutation Observer
  • Popover
  • Popup
  • Random Content
  • Relative Time
  • Resize Observer

Built-in Themes

Built-in Themes

Themes give your project a cohesive look and feel across the entire Web Awesome library.

A theme sets typography, spacing, borders, shadows, and how variants show up on components — all as design tokens. Two themes can share a color palette and variant colors and still feel completely different. Each pre-built theme ships with a default palette and may include custom overrides for individual components.

Default Awesome Shoelace Active ProThis theme requires access to Web Awesome Pro Brutalist ProThis theme requires access to Web Awesome Pro Glossy ProThis theme requires access to Web Awesome Pro Matter ProThis theme requires access to Web Awesome Pro Mellow ProThis theme requires access to Web Awesome Pro Playful ProThis theme requires access to Web Awesome Pro Premium ProThis theme requires access to Web Awesome Pro Tailspin ProThis theme requires access to Web Awesome Pro

Theme

Link to This Section

Description

Unlock every theme with Web Awesome Pro! Subscribing to Web Awesome Pro unlocks every theme, plus premium color palettes, the visual Theme Builder, and more.
Get Web Awesome Pro

Using This Theme

Link to This Section
CDN npm Self-Hosted Hosted Projects

To use this theme, add the theme's stylesheet from the CDN:

<link rel="stylesheet" href="https://ka-f.webawesome.com/webawesome@0.17.0/styles/themes/default.css">

Then apply the following classes to the <html> element:

<html
  class="wa-theme-default wa-palette-default wa-brand-blue">

After installing @awesome.me/webawesome, import the theme's stylesheet:

import '@awesome.me/webawesome/dist/styles/themes/default.css';

Then apply the following classes to the <html> element:

<html
  class="wa-theme-default wa-palette-default wa-brand-blue">

If you're self-hosting Web Awesome, include the theme's stylesheet from your server:

<link rel="stylesheet" href="/dist/styles/themes/default.css">

Then apply the following classes to the <html> element:

<html
  class="wa-theme-default wa-palette-default wa-brand-blue">

For projects on Free workspaces:

  1. Head over to your project's Settings.
  2. For your Theme, select Default.
  3. For your Color Palette, select Default.
  4. Press Save Changes to immediately update anywhere you're using your project.

For projects on Pro workspaces:

  1. Head over to your project's Settings.
  2. Press Edit Your Theme to open the Theme Builder.
  3. Open Theme and select Default.
  4. Press Save Theme to immediately update anywhere you're using your project.
CDN npm Self-Hosted Hosted Projects

To use this theme, add the theme's stylesheet from the CDN:

<link rel="stylesheet" href="https://ka-f.webawesome.com/webawesome@0.17.0/styles/themes/awesome.css">

Then apply the following classes to the <html> element:

<html
  class="wa-theme-awesome wa-palette-bright wa-brand-blue">

After installing @awesome.me/webawesome, import the theme's stylesheet:

import '@awesome.me/webawesome/dist/styles/themes/awesome.css';

Then apply the following classes to the <html> element:

<html
  class="wa-theme-awesome wa-palette-bright wa-brand-blue">

If you're self-hosting Web Awesome, include the theme's stylesheet from your server:

<link rel="stylesheet" href="/dist/styles/themes/awesome.css">

Then apply the following classes to the <html> element:

<html
  class="wa-theme-awesome wa-palette-bright wa-brand-blue">

For projects on Free workspaces:

  1. Head over to your project's Settings.
  2. For your Theme, select Awesome.
  3. For your Color Palette, select Bright.
  4. Press Save Changes to immediately update anywhere you're using your project.

For projects on Pro workspaces:

  1. Head over to your project's Settings.
  2. Press Edit Your Theme to open the Theme Builder.
  3. Open Theme and select Awesome.
  4. Press Save Theme to immediately update anywhere you're using your project.
CDN npm Self-Hosted Hosted Projects

To use this theme, add the theme's stylesheet from the CDN:

<link rel="stylesheet" href="https://ka-f.webawesome.com/webawesome@0.17.0/styles/themes/shoelace.css">

Then apply the following classes to the <html> element:

<html
  class="wa-theme-shoelace wa-palette-shoelace wa-brand-blue">

After installing @awesome.me/webawesome, import the theme's stylesheet:

import '@awesome.me/webawesome/dist/styles/themes/shoelace.css';

Then apply the following classes to the <html> element:

<html
  class="wa-theme-shoelace wa-palette-shoelace wa-brand-blue">

If you're self-hosting Web Awesome, include the theme's stylesheet from your server:

<link rel="stylesheet" href="/dist/styles/themes/shoelace.css">

Then apply the following classes to the <html> element:

<html
  class="wa-theme-shoelace wa-palette-shoelace wa-brand-blue">

For projects on Free workspaces:

  1. Head over to your project's Settings.
  2. For your Theme, select Shoelace.
  3. For your Color Palette, select Shoelace.
  4. Press Save Changes to immediately update anywhere you're using your project.

For projects on Pro workspaces:

  1. Head over to your project's Settings.
  2. Press Edit Your Theme to open the Theme Builder.
  3. Open Theme and select Shoelace.
  4. Press Save Theme to immediately update anywhere you're using your project.
Go Make Something Awesome
Version 0.17.0 © Fonticons, Inc.
  • Terms
  • Privacy
  • Refunds
  • Core License
  • Pro License

Quick Links

  • Components
  • CSS Utilities
  • Theming
  • Using with AI
  • Changelog
  • Help & Support

Recent Searches

    D'oh! No results for “”

    Suggest on GitHub Ask on Discord
    Navigate Select
    Close Esc