Overview
This page is a comprehensive guide to the components available in the @clxrity/react-audio
library. Each component is designed to provide a specific functionality related to audio playback and management in React applications.
⚠️
To inherit the styles from the library, ensure you have the following CSS imported in your project:
/** CSS import within a stylesheet */
@import "@clxrity/react-audio/index.css";
/** CSS import within a component */
import "@clxrity/react-audio/index.css";
Table of Contents
Last updated on