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

Feature Request: Please add full code examples #483

Open
boustanihani opened this issue Dec 19, 2023 · 0 comments
Open

Feature Request: Please add full code examples #483

boustanihani opened this issue Dec 19, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@boustanihani
Copy link

boustanihani commented Dec 19, 2023

It would be great if we always have full code examples that really do work.

For example, if we take a look at the AppShell, in the example code, we can't see what is inside the files "HeadContent.svelte" and "NavContent.svelte", this could make the learning curve for beginners a bit hard..

https://www.svelteui.org/core/app-shell

<script>
	import { fns, AppShell, Navbar, Header, Title, Divider } from '@svelteuidev/core';
	import HeadContent from './HeadContent.svelte';
	import NavContent from './NavContent.svelte';
	...
</script>

Would be great if this applies to all other places where some code is missing :)

Are you willing to create pull request with the fix?

No

@BeeMargarida BeeMargarida added the documentation Improvements or additions to documentation label Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants