mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-16 02:09:10 -04:00
- Changed the test script in package.json to run workspace tests using a new script. - Updated imports in generator and helper files to point to specific schema paths. - Added new builtins and tables exports in schemas package.json and created corresponding files. - Enhanced error handling in multiVariableText propPanel for JSON parsing. - Refactored UI components to use React 18 and updated dependencies accordingly. - Improved snapshot tests to ensure cleaner output by removing empty text nodes. - Updated documentation to reflect changes in package usage and requirements.
12 lines
680 B
Markdown
12 lines
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).
|