Article by

Svelte – svelte-element

ElementComp.svelte <script> const options = [‘h1’, ‘h3’, ‘p’]; let selected = options[0]; </script> <div style=”display: position: relative;”> <select bind:value={selected}> {#each options as option}…

Bima Sena

Svelte – svelte-component

RedThing.svelte <strong>Red thing</strong> <style> strong { color: red; } </style> GreenThing.svelte <strong>Green thing</strong> <style> strong { color: green; } </style> BlueThing.svelte <strong>Blue thing</strong>…

Bima Sena

Svelte – svelte-self

Folder.svelte File.svelte FolderComp.svelte App.svelte dan hasilnya akan seperti ini …. Alright berhasil ya… berikut source codenya ada disini… cyaaa…

Bima Sena

Svelte – Modal

ModalComp.svelte Modal.svelte dan import ke App.svelte dan hasilnya akan seperti ini … Allright berhasil ya… source code github ada disini… cyaaa

Bima Sena

Svelte – Conditional Slots

ProfileComp.svelte Profile.svelte da dan hasilnya akan seperti ini … okay link github ada disini … cyaaaa

Bima Sena

Svelte – Slot Props

HoverableComp.svelte Hoverable.svelte App.svelte dan hasilnya akan seperti ini… Okay berhasil ya… link github ada disini …. cyaaa….

Bima Sena

Svelte – Named Slots

ContactCard.svelte dan import ke App.svelte dan hasilnya akan seperti ini … Okay berhasil ya… link github ada disini cyaaa….

Bima Sena

Svelte – Slot Fallbacks

Box.svelte App.svelte dan hasilnya akan seperti ini Allright link github ada disini.. cyaaa…

Bima Sena

Svelte – Slots

Alright guysss… welcome back again to Svelte channel… sekarang kita masuk ke materi Component Composition ya … mari kita coba dan praktekkan bersama……

Bima Sena

Svelte – Shorthand Directive

Hello ladies and gentlemen … welcome back to Svelte Channel.. hahah ShortHand.svelte dan import ke App.svelte hasilnya… okay mantab sudah bisa ya… saya…

Bima Sena