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

Duplicate active={1} value in Timeline "Line and bullet props" #485

Open
Sau1707 opened this issue Jan 12, 2024 · 1 comment
Open

Duplicate active={1} value in Timeline "Line and bullet props" #485

Sau1707 opened this issue Jan 12, 2024 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@Sau1707
Copy link

Sau1707 commented Jan 12, 2024

Link to the page where something isn't quite right

https://www.svelteui.org/core/timeline

Exact quote of what is wrong

<Timeline active={1} active={1} lineWidth={4} bulletSize={20}>

The value if active it's placed twice

Edit

The import of Center is missing

import { Text, Timeline } from '@svelteuidev/core';

Are you willing to create pull request with the fix?

Yes

@BeeMargarida
Copy link
Member

@Sau1707 Hey, if you want you can go ahead with a PR fix. The file you want to fix is /packages/svelteui-demos/src/demos/core/Timeline/Timeline.demo.bullet.svelte.

@BeeMargarida BeeMargarida added bug Something isn't working documentation Improvements or additions to documentation labels Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants