@byteassign/freshdesk-appclient-react
v0.1.0-alpha.1c
Published
A library providing react components for the development of Freshdesk applications.
Downloads
8
Maintainers
Readme
@byteassign/freshdesk-appclient
Overview
The @byteassign/freshdesk-appclient-react package provides various hooks and components to interact with the Freshdesk application client.
Note This package is an independent project and is not affiliated with Freshworks in any way.
Installation
This package is designed to work in conjunction with the @byteassign/freshdesk-appclient library, which provides Freshdesk type definitions.
To install both this package and the @byteassign/freshdesk-appclient library as a development dependency, run the following command:
npm install @byteassign/freshdesk-appclient --save-dev && npm install @byteassign/freshdesk-appclient-reactTo install only this package:
npm install @byteassign/freshdesk-appclient-react