Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Jun 1, 2021
1 parent 80ab9e5 commit e9d9f9d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@

Usage example:

```svelte
<Slidy keyExtractor={(item,index)=>item.id+index+uid()} />
```

or

```svelte
<Slidy keyExtractor={(item)=>item.id.toString()} />
```
```svelte
<Slidy keyExtractor={(item,index)=>item.id+index+uid()} />
```
or

```svelte
<Slidy keyExtractor={(item)=>item.id.toString()} />
```

- New props - timeout: 0 `Number` - set timeout to `slidyinit: true` - like
exanple time for spinner
Expand Down

0 comments on commit e9d9f9d

Please sign in to comment.