moy-hal-pkg-1-test
v2.1.3
Published
Test package
Readme
📦 moy-hal-pkg-1-test
A reusable React component library built with TypeScript, Rollup, and TailwindCSS.
This package provides pre-styled components ready to use in your React projects.
🚀 Installation
Install the package and its peer dependencies:
npm install moy-hal-pkg-1-test
# or
yarn add moy-hal-pkg-1-test
## Usage
import { FeedbackWidget } from "moy-hal-pkg-1-test";
import "moy-hal-pkg-1-test/dist/index.css"; // ✅ required styles
##return (
<div className="p-4">
<FeedbackWidget endpoint={externalEndpoint} userEmail={sessionMailId} />
</div>
##)
