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
- Host: GitHub
- URL: https://github.com/databendcloud/databend-profile-ui
- Owner: databendcloud
- License: mit
- Created: 2024-12-11T03:01:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-15T09:06:08.000Z (11 months ago)
- Last Synced: 2025-07-15T20:40:19.974Z (11 months ago)
- Language: TypeScript
- Homepage: https://databendcloud.github.io/databend-profile-ui/
- Size: 14.1 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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';
```