uniweb-widget-utils v1.0.5
Uniweb Remote Utils
Uniweb Remote Utils is a collection of reusable components and helper functions that can be used by remote widgets to create website widgets. The module provides a set of tools to make it easier to create and manage widgets, including data parsing functions, localized string support, and more.
Installation
To install Uniweb Remote Utils, use npm:
npm install uniweb-remote-utils
Usage
To use Uniweb Remote Utils, simply import the functions or components that you need in your widget code:
import { parseData, getLocalizedString, WidgetComponent } from 'uniweb-remote-utils';
Hi, I'd like to write a README file for a npm modulde called 'uniweb-remote-utils', this modlule exposes some reusable components for the remote widgets to use to create website widgets. One componenet called Blogs that can render a page to show all the articles in a list. It also exposes some helper functions to remote widgets to get profile, get profile section, get items in a list, parse and analyze data from the article content and get localized string based on string map and the page language.