https://github.com/dotbithq/das-ui-shared
https://github.com/dotbithq/das-ui-shared
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dotbithq/das-ui-shared
- Owner: dotbitHQ
- License: mit
- Created: 2021-10-09T08:58:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-14T17:14:31.000Z (almost 4 years ago)
- Last Synced: 2025-10-09T12:28:30.429Z (8 months ago)
- Language: Vue
- Size: 47.9 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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')
```