Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
feat(playground): add example of search facet label ovverriding
Browse files Browse the repository at this point in the history
  • Loading branch information
rayrutjes committed Mar 15, 2017
1 parent f78b8a0 commit 7706f32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/vue-algolia-playground/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
<div slot="header">
<h3>Color</h3>
</div>
<template scope="{count, active, value}">
<span>{{value}} - {{count}}</span>
</template>
</search-facet>

<rating-facet attribute="rating">
Expand Down Expand Up @@ -271,6 +274,10 @@
}
}
input {
margin-right: 5px;
}
}
ul {
list-style: none;
Expand Down

0 comments on commit 7706f32

Please sign in to comment.