Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luhc228/my-omi-component
https://github.com/luhc228/my-omi-component
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luhc228/my-omi-component
- Owner: luhc228
- Created: 2021-12-20T16:00:46.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T16:01:05.000Z (about 3 years ago)
- Last Synced: 2024-10-11T14:10:41.436Z (3 months ago)
- Language: TypeScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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