Skip to content

Commit

Permalink
feat: reworked whole demo/examples website (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasgeiler committed Apr 22, 2024
1 parent bf51d69 commit 3772b18
Show file tree
Hide file tree
Showing 22 changed files with 684 additions and 629 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://raw.githubusercontent.com/Skayo/svelte-tiny-virtual-list/master/assets/ListLogo.svg" alt="ListLogo" width="225"></p>
<p align="center"><img src="./static/logo.svg" alt="Logo" width="225"></p>
<h2 align="center">svelte-tiny-virtual-list</h2>
<p align="center">A tiny but mighty list virtualization library, with zero dependencies &#128170;</p>
<p align="center">
Expand Down Expand Up @@ -116,7 +116,7 @@ Also works pretty well with [`svelte-infinite-loading`](https://github.com/Skayo
### Props

| Property | Type | Required? | Description |
| :---------------- | :------------------------------------------------ | :-------: | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ----------------- | ------------------------------------------------- | :-------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| width | `number \| string`\* || Width of List. This property will determine the number of rendered items when scrollDirection is `'horizontal'`. |
| height | `number \| string`\* || Height of List. This property will determine the number of rendered items when scrollDirection is `'vertical'`. |
| itemCount | `number` || The number of items you want to render |
Expand Down
11 changes: 0 additions & 11 deletions assets/ListLogo.svg

This file was deleted.

File renamed without changes.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@
"@sveltejs/package": "2.2.6",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@types/eslint": "8.56.0",
"beercss": "^3.5.1",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.35.1",
"marked": "^12.0.2",
"marked-base-url": "^1.1.3",
"marked-gfm-heading-id": "^3.1.3",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.1.2",
"publint": "0.1.16",
Expand Down
Loading

0 comments on commit 3772b18

Please sign in to comment.