4.0.0 • Published 2 years ago

dha-rating v4.0.0

Weekly downloads
48
License
-
Repository
-
Last release
2 years ago

dha-rating

This package is a React component to submit an app review and rating that saves to CosmosDB using the dha-rating-api with Azure Functions.

Getting Started

Install

Install from npm:

  • npm i dha-rating @mui/material @mui/lab @emotion/react @emotion/styled

CORS Access

  • This package will work on localhost:3000. For any applications that are hosted or using a different URL please contact someone from the SDK team to allow CORS access.

Rating Component

Rating Props:

  • appId: App id for application reviewed

Home.tsx - Functional component

import { Rating } from 'dha-rating';
import React from 'react';

const Home: React.FC = () => <Rating appId="MoodTracker" />;

export default Home;

Contribute

see Github wiki

NPM

https://www.npmjs.com/package/dha-rating

License

pending

4.0.0

2 years ago

3.0.4

2 years ago

3.0.3

2 years ago

3.0.2

2 years ago

3.0.1

2 years ago

3.0.0

2 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0

4 years ago