@pdfme/ui
Version:
TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!
12 lines (7 loc) • 680 B
Markdown
## @pdfme/ui
This library provides the following classes, which can be integrated into applications built with any framework:
- `Designer`: A WYSIWYG editor for designing templates.
- `Form`: A form based on templates for collecting input data.
- `Viewer`: A viewer for displaying PDF files generated with [@pdfme/generator](https://www.npmjs.com/package/@pdfme/generator) using templates and input data.
The published `@pdfme/ui` package ships as a standalone bundle, so consumers do not need to install `react` or `react-dom` separately just to use these classes.
For the complete documentation of pdfme, please refer to [this link](https://pdfme.com/docs/getting-started).