https://github.com/zeljkovranjes/solid-posthog
PostHog for SolidJS
https://github.com/zeljkovranjes/solid-posthog
posthog posthog-component solid-component-library solidjs typescript
Last synced: about 2 months ago
JSON representation
PostHog for SolidJS
- Host: GitHub
- URL: https://github.com/zeljkovranjes/solid-posthog
- Owner: zeljkovranjes
- License: mit
- Created: 2025-05-06T14:38:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-19T15:26:48.000Z (about 1 year ago)
- Last Synced: 2025-08-23T05:59:22.209Z (10 months ago)
- Topics: posthog, posthog-component, solid-component-library, solidjs, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/solid-posthog
- Size: 142 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# solid-posthog
[](https://www.npmjs.com/package/posthog-js)
[](https://opensource.org/licenses/MIT)
Integrates PostHog with the SolidJS environment.
## Quick start
```bash
npm i solid-posthog
# or
yarn add solid-posthog
# or
pnpm add solid-posthog
```
```tsx
import { PostHogProvider } from 'solid-posthog'
```
```tsx
const App: Component = () => {
return (
)
}
```