书栈网 · BookStack 本次搜索耗时 0.009 秒,为您找到 221 个相关结果.
  • Svelte

    single-spa-svelte Version: 5.x single-spa-svelte single-spa-svelte is a helper library that helps implement single-spa registered application lifecycle functions (bootstrap, ...
  • Svelte

    Quickstart Options single-spa props single-spa-svelte is a helper library that helps implement single-spa registered application lifecycle functions (bootstrap, mount and unm...
  • Svelte

    sidebar_label: Svelte 快速开始 选项 single-spa 属性 id: ecosystem-svelte title: single-spa-svelte sidebar_label: Svelte single-spa-svelte是个帮助类库,通过实现生命周期函数 (bootstrap, mount and un...
  • svelte:self

    529 2019-06-18 《Svelte Document》
    Svelte provides a variety of built-in elements. The first, <svelte:self> , allows a component to contain itself recursively. It’s useful for things like this folder tree vi...
  • svelte:head

    728 2019-06-18 《Svelte Document》
    The <svelte:head> element allows you to insert elements inside the <head> of your document: <svelte:head> <link rel = "stylesheet" href = "tutorial/dark-theme....
  • Svelte Components

    App Accordion Action Sheet / Actions Appbar Badge Block / Content Block Button Cards Checkbox Chips / Tags Contacts List Floating Action Button / FAB Gauge Grid / Layo...
  • svelte:body

    372 2019-06-18 《Svelte Document》
    Similar to <svelte:window> , the <svelte:body> element allows you to listen for events that fire on document.body . This is useful with the mouseenter and mouseleave even...
  • svelte:window

    705 2019-06-18 《Svelte Document》
    Just as you can add event listeners to any DOM element, you can add event listeners to the window object with <svelte:window> . On line 33, add the keydown listener: <sv...
  • svelte:component

    416 2019-06-18 《Svelte Document》
    A component can change its category altogether with <svelte:component> . Instead of a sequence of if blocks… {#if selected.color === 'red'} <RedThing/> {:else if ...
  • Storybook for Svelte

    Storybook for Svelte Automatic setup Manual setup Step 1: Add dependencies Add @storybook/svelte @babel/core, and babel-loader Step 2: Add a npm script Step 3: Create the co...