0.0.3 • Published 11 months ago

paydece-app-widget-react v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

README

Project

npm i --legacy-peer-deps

Widget

  1. Install
npm i paydece-app-widget-react --legacy-peer-deps
  1. Usage
import { Widget } from 'paydece-app-widget-react';
import { QueryClientProvider, QueryClient } from '@tanstack/react-query';

const queryClient = new QueryClient({
	defaultOptions: {
		queries: {
			staleTime: Infinity,
			refetchOnWindowFocus: false,
		},
	},
});

function App() {
	return (
		<>
			<QueryClientProvider client={queryClient}>
				<Widget />
			</QueryClientProvider>
		</>
	);
}
0.0.11

11 months ago

0.0.10

11 months ago

0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago