Nha Trang is one of Vietnam’s sea paradises. This place is always the top tourist destination for domestic and foreign tourists thanks to its beautiful scenery, rich cuisine, and developed facilities. When …
Tag:
import React from 'react'
import installTemplateKit from '../../api/installPremiumTemplateKit'
import Button from './Button'
import InternalLinkButton from './InternalLinkButton'
import ButtonActionProvider from '../Actions/ButtonActionProvider'
import { getImportedKitUrl } from '../../utils/linkGenerator'
import useGlobalConfig from '../Contexts/useGlobalConfig'
/**
* Helper to render a series of buttons to install a template kit.
*
* @param templateKitId
* @param importedTemplateKitId
* @param customActionHook
* @param completeCallback
* @param errorCallback
* @returns {*}
* @constructor
*/
const InstallPremiumTemplateKitButton = ({ templateKitId, importedTemplateKitId, customActionHook = null, completeCallback = null, errorCallback = null }) => {
const { addDownloadedItem } = useGlobalConfig()
return (