This plugin can be used to get a preview of the components.
Component Preview plugin is used to view the actual component through a custom field in strapi. This plugin helps to give a live preview the component we are using. That helps to easily understand the component using.
The plugin can be used in strapi version above 4.4 (versions that support custom fields).
npm i strapi-plugin-component-preview
Inorder to achieve the url of the file uploading it must be specified in the .env file as STRAPI_ADMIN_BACKEND_URL. This url need to be the base url of the admin.
STRAPI_ADMIN_BACKEND_URL="YOUR_BASE_URL_HERE"
to the .env file of your project.NOTE: The images will not be saved into the database with the components.
npm install strapi-plugin-component-preview
Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.