@exergist/newsfeed-ui
v0.1.9
Published
React component library for Exergist newsfeed — rendered by the SSR newsfeed app and embeddable in host apps.
Readme
@exergist/newsfeed-ui
React component library for Exergist newsfeed — rendered by the SSR newsfeed app and embeddable in host apps.
Install
npm install @exergist/newsfeed-uiRequires React 18 or 19 as a peer dependency.
Usage
import { Newsfeed } from '@exergist/newsfeed-ui';
import type { NewsfeedProps, NewsfeedTheme } from '@exergist/newsfeed-ui';
export function App(props: NewsfeedProps) {
return <Newsfeed {...props} />;
}Release
- Bump
versioninapps/newsfeed-ui/package.json. - Commit the bump:
chore(newsfeed-ui): release vX.Y.Z. - Tag and push:
git tag newsfeed-ui-vX.Y.Z git push origin newsfeed-ui-vX.Y.Z - The
Publish @exergist/newsfeed-uiGitHub Actions workflow builds, tests, and publishes to npm with a provenance attestation.
License
MIT © Exergist Innovations
