Open Sau1707 opened 10 months ago
https://www.svelteui.org/core/timeline
<Timeline active={1} active={1} lineWidth={4} bulletSize={20}>
The value if active it's placed twice
Edit
The import of Center is missing
Center
import { Text, Timeline } from '@svelteuidev/core';
Yes
@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.
/packages/svelteui-demos/src/demos/core/Timeline/Timeline.demo.bullet.svelte
Link to the page where something isn't quite right
https://www.svelteui.org/core/timeline
Exact quote of what is wrong
The value if active it's placed twice
Edit
The import of
Center
is missingAre you willing to create pull request with the fix?
Yes