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
NeonFlicker.svelte
<script>
import NeonFlicker from "./NeonFlicker.svelte"
</script>
<style>
.container {
display:block;
height:100vh;
width:100vw;
background: black;
color:white;
}
p {
padding:0px 40px;
}
</style>
<div class="container">
<NeonFlicker text="<cy83rnetic/>"/>
<p >
It's the year 2022. Cybernetically enhanced web apps have taken over the world.
</p>
</div>
loading Svelte compiler...
/* Select a component to see its compiled code */
result = svelte.compile(source, {
generate: ,
});
/* Select a component to see its compiled code */