Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fast Navigation Card

A custom card for Home Assistant that provides a flexible navigation bar that can be positioned at the top, bottom or as a sidebar.

Important Note

This card is specifically designed for dashboards that have a maximum width of one section. It will not align correctly with dashboards that use multiple sections in their layout.

Features

  • Three positioning options: top, bottom, and sidebar
  • Three background styles: solid, blur, and transparent
  • Responsive design
  • Automatic alignment with main content
  • Supports grid layout for navigation buttons
  • Perfect for single-section dashboard layouts

Installation

HACS (Custom Repository)

  1. In HACS, click on "Frontend" section
  2. Click the menu icon in the upper right and select "Custom repositories"
  3. Add this repository URL: [https://github.com/fastender/Fast-Navigation-Card]
  4. Select "Lovelace" as category
  5. Click "Install"

Manual Installation

  1. Download fast-navigation-card.js
  2. Copy it to your www folder
  3. Add it as a resource in your Lovelace configuration:
resources:
  - url: /local/fast-navigation-card.js
    type: module

Usage

# Basic usage with default settings
type: custom:fast-navigation-card
position: top  # Options: 'top', 'bottom', 'sidebar'
card:
  type: grid
  # ... your grid configuration

# Usage with background style
type: custom:fast-navigation-card
position: bottom
background_style: blur  # Options: 'solid', 'blur', 'transparent'
card:
  type: grid
  # ... your grid configuration

Options

Name Type Default Description
position string 'top' Position of the navigation bar. Options: 'top', 'bottom', 'sidebar'
background_style string 'solid' Style of the background. Options: 'solid', 'blur', 'transparent'

About

A custom card for Home Assistant that provides a flexible navigation bar that can be positioned at the top, bottom or as a sidebar.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors