Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Blockether/foundation-react

Repository files navigation

@blockether/foundation-react

React-based chat UI foundation with integrated SQL analysis capabilities.

Installation

npm install @blockether/foundation-react
# or
pnpm add @blockether/foundation-react
# or
yarn add @blockether/foundation-react

Quick Start

import { FoundationProvider, SQLCockpit } from '@blockether/foundation-react'
function App() {
 return (
 <FoundationProvider config={{ defaultTheme: 'light' }}>
 <SQLCockpit />
 </FoundationProvider>
 )
}

Features

  • Unified Provider: FoundationProvider combines theme, logging, and shadow DOM support
  • SQL Cockpit: Interactive SQL editor with DuckDB integration
  • AI Assistant: Chat interface with completion support
  • Shadow DOM Support: Full encapsulation for embedding in web components
  • Comprehensive Logging: Centralized, configurable logging system
  • TypeScript: Full type safety throughout

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /