-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
989eb52
commit adee177
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,8 @@ Check out the [demo](https://svelte-vertical-timeline.vercel.app/). | |
|
||
## Installation | ||
|
||
### Svelte5 | ||
|
||
``` | ||
yarn add svelte-vertical-timeline | ||
``` | ||
|
@@ -23,6 +25,18 @@ or | |
npm install svelte-vertical-timeline | ||
``` | ||
|
||
### Svete4 or lower | ||
|
||
``` | ||
yarn add [email protected] | ||
``` | ||
|
||
or | ||
|
||
``` | ||
npm install [email protected] | ||
``` | ||
|
||
## Usage | ||
|
||
A timeline consists of components below. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
|