Skip to content
Snippets Groups Projects
Commit 5bc26fb0 authored by Liliana Sanfilippo's avatar Liliana Sanfilippo
Browse files

data now in Horizontal timeline component

parent 2cfa4c2f
No related branches found
No related tags found
No related merge requests found
/* import { HPdata as data} from "./seclarations";
function TimeItem({color, tag, title, children, pic, author, tabid}: ItemProps){
return(
......@@ -135,4 +135,32 @@ function TimeItem({color, tag, title, children, pic, author, tabid}: ItemProps){
}
*/
\ No newline at end of file
let data = [
{
title: "Deutlich längerer Titel zum Test",
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Langer langer TAgs",
color: "blue",
author: "author",
tabid: "Eins",
text: "Text",
},
{
title: "Deutlich längerer Titel zum Test",
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Langer langer TAgs",
color: "blue",
author: "author",
tabid: "Eins",
text: "Text",
},
{
title: "Deutlich längerer Titel zum Test" ,
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Tag",
color: "blue",
author: "a",
tabid: "Paris",
text: "Text",
}
]
\ No newline at end of file
export const HPdata = [
{
title: "Deutlich längerer Titel zum Test",
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Langer langer TAgs",
color: "blue",
author: "author",
tabid: "Eins",
text: "Text",
},
{
title: "Deutlich längerer Titel zum Test",
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Langer langer TAgs",
color: "blue",
author: "author",
tabid: "Eins",
text: "Text",
},
{
title: "Deutlich längerer Titel zum Test" ,
pic: "https://static.igem.wiki/teams/5247/placeholders/placehilderperson.jpeg",
tag: "Tag",
color: "blue",
author: "a",
tabid: "Paris",
text: "Text",
}
]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment