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
10 changes: 5 additions & 5 deletions packages/account-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ npm install @base-org/account-ui

For detailed usage examples and setup instructions for each framework:

- **[React](./react/README.md)** - React-specific documentation and examples
- **[Preact](./preact/README.md)** - Preact-specific documentation and examples
- **[Vue](./vue/README.md)** - Vue-specific documentation and examples
- **[Svelte](./svelte/README.md)** - Svelte-specific documentation and examples
- **[React](src/frameworks/react/README.md)** - React-specific documentation and examples
- **[Preact](src/frameworks/preact/README.md)** - Preact-specific documentation and examples
- **[Vue](src/frameworks/vue/README.md)** - Vue-specific documentation and examples
- **[Svelte](src/frameworks/svelte/README.md)** - Svelte-specific documentation and examples

## Quick Start - React

Expand Down Expand Up @@ -100,4 +100,4 @@ This package provides:
- **Framework-specific exports**: `/react`, `/preact`, `/vue`, `/svelte`
- **Shared component logic**: Preact components as the base implementation
- **Framework wrappers**: React, Vue, and Svelte components that mount Preact components
- **Type definitions**: Full TypeScript support for all frameworks
- **Type definitions**: Full TypeScript support for all frameworks