@kongponents/komponent

7.2.2 • Public • Published

@kongponents/komponent

Expose reactive state to components.

<Komponent :data="{ count: 0 }" v-slot="{ data }">
  <div>
    <KButton @click="data.count = data.count - 1">-</KButton>
    {{ data.count }}
    <KButton @click="data.count = data.count + 1">+</KButton>
  </div>
</Komponent>

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 7.2.2
    1
    • latest
  • 6.41.0
    0
    • legacy

Version History

Package Sidebar

Install

npm i @kongponents/komponent

Weekly Downloads

1

Version

7.2.2

License

Apache-2.0

Unpacked Size

63.1 kB

Total Files

11

Last publish

Collaborators

  • konginc
  • darrenjennings
  • travispamaral
  • nijikokun