1.0.0 • Published 4 years ago

radiosavta-player v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Radiosavta Player

TODO: Add image

Foobar is a Python library for dealing with word pluralization.

Installation

Using NPM

npm install --save radiosavta-player

Using Yarn

yarn add radiosavta-player

Usage

import RadiosavtaPlayer, { RadiosavtaPlayerProps } from 'radiosavta-player'

export const Player: React.FC<RadiosavtaPlayerProps> = (props) => {
	return (<RadiosavtaPlayer {...props} />);
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT