Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luhc228/my-omi-component


https://github.com/luhc228/my-omi-component

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Counter_to_be_replace

Description for component.

- [→ CodePen](https://codepen.io/omijs/pen/)

## Import

```js
import '@omiu/counter_to_be_replace'
```

Or use script tag to ref it.

```html

```

## Usage

```html

```

## API

### Props

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

### Default Props

```tsx
{
count: 1
}
```

### Events

- CountChanged