react-spotify
v0.1.0
Published
The number one react package for syncing spotify with your react app
Downloads
5
Readme
react-spotify
Introduction
The number one react package for syncing spotify with your react app
Supported React.js
This package supports React.js 18.2.0
and above.
Installation
To install react-spotify, simply run:
npm install react-spotify
Or with Yarn:
yarn add react-spotify
Usage
Basic example usage:
import react-spotify from 'react-spotify';
const example = () => {
return (
<div>
<react-spotify />
</div>
);
};
export default example;
Features
- Light and dark themes
- Versatile and customizable components
- Support for different types of content
Contributing
Contributions are welcome! Please open an issue or submit a pull request to contribute to the react-spotify project.
License
This project is licensed under the MIT license.