UNPKG

dext5upload-react

Version:

React component for DEXT5 Upload

61 lines (37 loc) 1.57 kB
# React component for DEXT5 Upload [RAONWIZ](http://www.raonwiz.com/) / [RAON K](https://www.dext5.com/) React component for RAON K Upload. ## Installation and usage In order to create an component instance in React, install the `dext5upload-react` npm package as a dependency of your project: ```bash npm install dext5upload-react ``` After installing, import DEXT5Upload to your application: ```jsx import React from 'react'; import { DEXT5Upload } from 'dext5upload-react'; function App() { return <DEXT5Upload />; } export default App; ``` ## Download DEXT5 Upload component This React integration component must be provided with DEXT5 Upload component through the following site. (You need to sign up for this website): [https://www.dext5.com/page/license/trial.aspx](https://www.dext5.com/page/license/trial.aspx) by visiting the site, Request a trial version of DEXT5 Upload. Install DEXT5 Upload provided via e-mail as follows and run the sample: ``` Copy to the /samples/basic/public subdirectory. ex) /samples/basic/public/dext5upload ``` ## Documentation and samples Please check the following file: ``` /samples/README.md ``` ## React support The DEXT5 Upload React integration was tested with React 18. ## TypeScript support TypeScript 3.5+ is supported. ## Browser support Previous versions of `dext5upload-react` also support Internet Explorer 11 (requires additional polyfill for `Promise`). ## License Copyright (c) 2003-2022, RAONWIZ DevTeam. All rights reserved.