Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions libs/base-ui/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
# base-ui

A shared UI component library for Base web applications.

## Components

- **Button** - Reusable button component
- **Select** - Select dropdown component
- **Icon** - Icon component

## Hooks

- `useClickAway` - Hook to detect clicks outside an element
- `useSprig` - Hook for Sprig integration

## Contexts

- `Analytics` - Analytics context provider
- `Experiments` - Experiment context provider

## Utils

Utility functions for logging, string manipulation, and event sanitization.