0.1.0 • Published 10 months ago

react-spotify v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

react-spotify

GitHub Badge LinkedIn Badge Twitter Badge Website Badge

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.

0.1.0

10 months ago