Counter_to_be_replace

Description for component.

Import

import '@omiu/counter_to_be_replace'

Or use script tag to ref it.

<script src="https://unpkg.com/@omiu/counter_to_be_replace"></script>

Usage

<o-counter_to_be_replace></o-counter_to_be_replace>

API

Props

{
  count?: number
  onCountChanged?: (evt: CustomEvent) => void
}

Default Props

{
  count: 1
}

Events

  • CountChanged