@buoy-gg/events
v2.1.2
Published
events package
Readme
@buoy-gg/events
Description
events package for the monorepo.
Installation
This package is part of the monorepo and is automatically available to other packages and the example app.
Usage
import { EventsComponent } from '@buoy-gg/events';
// Use in your component
<EventsComponent title="Hello World" />Development
Building
pnpm buildType Checking
pnpm typecheckClean Build
pnpm cleanStructure
events/
├── src/
│ └── index.ts # Main export file
├── lib/ # Built output (git ignored)
├── package.json
├── tsconfig.json
└── README.mdDependencies
- Uses
@buoy-gg/shared-uifor common components and utilities - React and React Native as peer dependencies
