> For the complete documentation index, see [llms.txt](https://pmsgz.gitbook.io/nectar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pmsgz.gitbook.io/nectar/ui-ux/components/audio.md).

# Audio

## Overview

Audio can be used to embed sound files.

This is an <mark style="background-color:orange;">HTML5</mark> Element.

## Demo

<https://nectar.website/demo/components/audio/>

## Usage

You can refer to the code present in `/partials/components/audio.html` file and use it accordingly.

## Docs

The audio component uses native `<audio>` element, with some CSS. You can learn about `<audio>` at <https://developer.mozilla.org/en-US/docs/Web/HTML/Element/audio>
