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

Actual full example #86

Closed
rawoke083 opened this issue Jun 30, 2020 · 2 comments
Closed

Actual full example #86

rawoke083 opened this issue Jun 30, 2020 · 2 comments
Labels
good first issue Good for newcomers question Further information is requested

Comments

@rawoke083
Copy link

Good comp.. but no-where is there an example as to WHAT to actually import..

@6eDesign
Copy link
Owner

Hi, this is the same as a svelte file you would import locally. It is a default export so you can name it whatever you want such as:

<script>
import Foobar from 'svelte-calendar'
</script>
<Foobar />

@6eDesign 6eDesign added good first issue Good for newcomers question Further information is requested labels Jul 4, 2020
antony added a commit to antony/svelte-calendar that referenced this issue Aug 14, 2020
@6eDesign
Copy link
Owner

Updated readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants