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

https://github.com/dotbithq/das-ui-shared


https://github.com/dotbithq/das-ui-shared

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# DAS UI Shared

Shared UI components and functions among DAS ecosystems.

## Install
```shell
npm install das-ui-shared --save
```

## UI Components
You should import css file before using UI components.
```typescript
import 'das-ui-shared/style.css'
```

### DasAvatar
```vue

```

### DasAccountCard
```vue

```

## functions

### accountColor

```typescript
import { accountColor } from 'das-ui-shared'

const { color, light } = accountColor('dastodamoon.bit')
```