Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add avatar component #115

Merged
merged 3 commits into from
Aug 21, 2023
Merged

feat: add avatar component #115

merged 3 commits into from
Aug 21, 2023

Conversation

vtrbo
Copy link
Member

@vtrbo vtrbo commented Aug 21, 2023

  • add avatar component
  • add avatar docs

@netlify
Copy link

netlify bot commented Aug 21, 2023

Deploy Preview for ikun-ui ready!

Name Link
🔨 Latest commit 5918541
🔍 Latest deploy log https://app.netlify.com/sites/ikun-ui/deploys/64e33a654e814700081af108
😎 Deploy Preview https://deploy-preview-115--ikun-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@wangyewei
Copy link
Contributor

looks like there is an extra space in the class name.:
1692608351354
you can use the createCls function to solve it:

import { createCls, getPrefixCls } from '@ikun-ui/utils'

const prefixCls = getPrefixCls('avatar')
$: cnames = createCls(prefixCls, cls)
<div class={cnames}></div>

@wangyewei
Copy link
Contributor

looks like there is an extra space in the class name:
1692608351354
you can use the createCls function to solve it:

import { createCls, getPrefixCls } from '@ikun-ui/utils'

const prefixCls = getPrefixCls('avatar')
$: cnames = createCls(prefixCls, cls)
<div class={cnames}></div>

the same problem exists in the other pull requests.
cc/ @baiwusanyu-c

@vtrbo
Copy link
Member Author

vtrbo commented Aug 21, 2023

looks like there is an extra space in the class name.: 1692608351354 you can use the createCls function to solve it:

import { createCls, getPrefixCls } from '@ikun-ui/utils'

const prefixCls = getPrefixCls('avatar')
$: cnames = createCls(prefixCls, cls)
<div class={cnames}></div>

ok, i fix it.

docs/components/KAvatar.md Show resolved Hide resolved
docs/components/KAvatar.md Show resolved Hide resolved
@baiwusanyu-c baiwusanyu-c merged commit f96929e into ikun-svelte:main Aug 21, 2023
6 checks passed
@vtrbo vtrbo deleted the feat/avatar branch August 21, 2023 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants