🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@rlse/widget

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rlse/widget

React release notes widget for rlse.dev

npmnpm
Version
0.1.0
Version published
Weekly downloads
46
-2.13%
Maintainers
1
Weekly downloads
 
Created
Source

@rlse/widget

React component for embedding rlse.dev release notes in your application.

Installation

npm install @rlse/widget

Usage

import { RlseWidget } from '@rlse/widget';

function App() {
  return (
    <RlseWidget
      orgSlug="your-org-slug"
      trigger="both"
      position="bottom-right"
    />
  );
}

Configuration

See full documentation at docs/WIDGET_SETUP.md.

Development

bun install
bun run build

Keywords

release-notes

FAQs

Package last updated on 04 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts