jledentu / vue-finder

📁 A Vue.js component to display hierarchical data (like the MacOS X finder)
https://vue-finder.netlify.app
MIT License
160 stars 16 forks source link

feat(customization): add cssClass option #95

Closed jledentu closed 4 years ago

jledentu commented 4 years ago

Handle a cssClass option in item data, that allows to set custom CSS classes on item elements.

codecov[bot] commented 4 years ago

Codecov Report

Merging #95 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #95   +/-   ##
=======================================
  Coverage   93.89%   93.89%           
=======================================
  Files           8        8           
  Lines         262      262           
  Branches       60       60           
=======================================
  Hits          246      246           
  Misses         16       16
Impacted Files Coverage Δ
src/components/FinderItem.vue 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ef8ecb2...f5e51f1. Read the comment docs.

jledentu commented 4 years ago

:tada: This PR is included in version 1.17.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: