Update README

This commit is contained in:
Nathan Upchurch 2024-01-20 15:30:58 -06:00
parent cee809a506
commit bbace3a107

View File

@ -15,6 +15,9 @@ then refer to the documentation below.
### Audio Player
A neat little audio component that nicely displays a cover image, native audio controls, a title, and a description.
#### Tag:
* <audio-player></audio-player>
#### Attributes:
* audio: a URI pointing to an audio file
* cover: a URI pointing to a cover image
@ -25,7 +28,7 @@ A neat little audio component that nicely displays a cover image, native audio c
* description: a description of the audio file
#### CSS Custom Properties:
* background
* --background
#### Example usage:
```html