Skip to content

Commit

Permalink
Updated format of component files.
Browse files Browse the repository at this point in the history
  • Loading branch information
razaibi committed Jun 10, 2024
1 parent 0503532 commit 09dfa32
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 23 deletions.
8 changes: 8 additions & 0 deletions example/views/listView.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div class="panel top_space_xs">
<div class="row">
<h2 class="light_title">Popular Names</h2>
</div>
<ul class="result_list">
<listbox datasource="popularNames"></listbox>
</ul>
</div>
8 changes: 0 additions & 8 deletions example/views/listView.txt

This file was deleted.

3 changes: 3 additions & 0 deletions example/views/priceView.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
<div class="panel_flight top_space_md">
<pricebox datasource="price"></pricebox>
</div>
3 changes: 0 additions & 3 deletions example/views/priceView.txt

This file was deleted.

8 changes: 8 additions & 0 deletions example/views/rocketsView.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<div class="panel top_space_xs">
<div class="row">
<ul class="network_holder">
<h4>Rockets</h4>
<rocketbox datasource="rockets"></rocketbox>
</ul>
</div>
</div>
9 changes: 0 additions & 9 deletions example/views/rocketsView.txt

This file was deleted.

6 changes: 3 additions & 3 deletions example/views/views.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
{
"viewName": "listView",
"url": "/",
"HTML": "listView.txt"
"HTML": "listView.html"
},
{
"viewName": "rocketsView",
"url": "/rockets",
"HTML": "rocketsView.txt"
"HTML": "rocketsView.html"
},
{
"viewName": "priceView",
"url": "/prices",
"HTML": "priceView.txt"
"HTML": "priceView.html"
}
]
}

0 comments on commit 09dfa32

Please # to comment.