[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: improve a11y for search results (#990)

authored by

rzzf and committed by
GitHub
6f653e22 4cec3086

+1
+1
app/components/Package/Card.vue
··· 168 168 :key="keyword" 169 169 :pressed="props.filters?.keywords.includes(keyword)" 170 170 :title="`Filter by ${keyword}`" 171 + :data-result-index="index" 171 172 @click.stop="emit('clickKeyword', keyword)" 172 173 > 173 174 {{ keyword }}