parent
4f8c262162
commit
71bdacf22d
@ -1,6 +1,6 @@ |
||||
This `Sidebar` is a very simple version of the ones you find online. It doesn't support nested |
||||
accordion style structures and only a simple list of Icon+Title elements. |
||||
|
||||
Look in `client/bando/Components.svelte` to see a real use of the sidebar to load components |
||||
Look in `admin/bando/Components.svelte` to see a real use of the sidebar to load components |
||||
dynamically. It uses `<svelte:component>` to render the chosen component, which comes up quite |
||||
often in applications. |
||||
|
@ -1 +1 @@ |
||||
This is a CSS only component that simply provides a classic "tile" layout. A tile seems to be organized with a left side that has an image/icon, a middle with content, and a right with buttons or other things. You don't need Svelte to make this work, and actually trying to use Svelte ends up making it more complex than just using CSS. To see how you use this just look in `client/bando/demos/Tiles.svelte`. |
||||
This is a CSS only component that simply provides a classic "tile" layout. A tile seems to be organized with a left side that has an image/icon, a middle with content, and a right with buttons or other things. You don't need Svelte to make this work, and actually trying to use Svelte ends up making it more complex than just using CSS. To see how you use this just look in `admin/bando/demos/Tiles.svelte`. |
||||
|
Loading…
Reference in new issue