An open API service indexing awesome lists of open source software.

https://github.com/databendcloud/databend-profile-ui

Profiles for Databend
https://github.com/databendcloud/databend-profile-ui

Last synced: 4 months ago
JSON representation

Profiles for Databend

Awesome Lists containing this project

README

          

# databend-profile-ui

## Install

```bash
yarn add databend-profile-ui
```

## Usage

### styles

```typescript
//App.tsx:
import 'databend-profile-ui/dist/assets/css/profile.less';
```

### import

```typescript
import { QueryProfile } from 'databend-profile-ui';
```