0.5.3 • Published 3 years ago

@useherald/react-widget v0.5.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Herald React Widget

Adds the Herald changelog and banner widget to React applications.

Installation

Install my-project with npm

NPM

npm install @useherald/react-widget

Yarn

yarn add @useherald/react-widget

Usage/Examples

import { Herald } from '@useherald/react-widget';

function App() {
	return <Herald icon={<FaBell />} author={process.env.HERALD_AUTHOR} />;
}

Props

PropTypeDescription
authorStringID of the author
iconReactNodeIcon to display in the widget button
textReactNode or StringText to display in the widget button
0.5.3

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago