invoice-select
v1.0.0
Published
A customizable invoice selection component built with Stencil
Readme
Invoice Select
A customizable invoice selection component built with Stencil. This component provides a user-friendly interface for selecting and managing invoices in your web applications.
Installation
npm install invoice-selectUsage
Basic Usage
<script type="module" src="https://unpkg.com/invoice-select"></script>
<invoice-select></invoice-select>With Framework Integration
React
import 'invoice-select';
function App() {
return (
<invoice-select
// Add your props here
></invoice-select>
);
}Vue
<template>
<invoice-select
// Add your props here
></invoice-select>
</template>
<script>
import 'invoice-select';
</script>API
Properties
| Property | Attribute | Description | Type | Default |
|----------|-----------|-------------|------|---------|
| prop1 | prop1 | Description | string | 'default' |
| prop2 | prop2 | Description | number | 0 |
Events
| Event | Description |
|-------|-------------|
| event1 | Fired when... |
| event2 | Fired when... |
Methods
| Method | Description |
|--------|-------------|
| method1() | Description |
| method2() | Description |
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
MIT © Jiajia, Weijue
