Skip to main content
Create new
Introduction
Reactivity
Props
Logic
Events
Bindings
Lifecycle
Stores
Motion
Transitions
Animations
Easing
SVG
Actions
Classes
Component composition
Context API
Special elements
Module context
Debugging
7GUIs
Miscellaneous
App.svelte
Demo.svelte
Divider.svelte
Example1.svelte
Example2.svelte
Example3.svelte
Label.svelte
<script>
/**
* Hello visitor!
*
* My name is Davide and I'm the maintainer of svelte-reveal (https://github.com/DaveKeehl/svelte-reveal).
* svelte-reveal is currently in beta, meaning that it has reached an MVP (all the basic functionalities are
* done and tested) but it still needs some work and refining.
*
* If you notice some weird or unexpected behavior, please reach out by creating an issue
* (https://github.com/DaveKeehl/svelte-reveal/issues/new/choose) on GitHub.
*
* DOCS: https://github.com/DaveKeehl/svelte-reveal#readme
*
* Have a good day!
*/
import Demo from './Demo.svelte'
</script>

<Demo />
loading Svelte compiler...
/* Select a component to see its compiled code */
result = svelte.compile(source, {
generate: ,
});
/* Select a component to see its compiled code */