Skip to content

Commit

Permalink
+... initial release ... −
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jan 30, 2024
1 parent 4cf0099 commit c39f155
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 49 deletions.
6 changes: 3 additions & 3 deletions docs/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: v1
slogan: Qr Code Input to generate Qr Code with designing options for filamentPHP
githubUrl: https://github.com/lara-zeus/qr
slogan: filamentphp Input Number component, with user-friendly increment and decrement controls
githubUrl: https://github.com/lara-zeus/quantity
branch: v1.x
icon: bx-qr-scan
icon: iconoir-input-field
---
37 changes: 15 additions & 22 deletions docs/filament.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,25 @@
# Zeus Qr Field
# Zeus Quantity Input Number Component

Qr Code Input to generate Qr Code with designing options for filamentPHP
Input Number component, with user-friendly increment and decrement controls

## Features

- 🔥 set the destination URL
- 🔥 all options in modal or slidOver
- 🔥 configure all options
- 🔥 Available Options:
- QR size
- QR margin
- QR solid front color
- QR solid background color
- Qr style: square, round, dot
- Gradient Color (from,to)
- Gradient type (vertical, horizontal, diagonal, inverse_diagonal, radial)
- Eye Color (inner,outer)
- Eye style (square, circle)
- 🔥 set max value
- 🔥 set min value
- 🔥 add inline heading
- 🔥 stacked icons for increment and decrement

## Screenshots

![](https://larazeus.com/images/screenshots/qr/form-1.png)
![](https://larazeus.com/images/screenshots/qr/form-2.png)
![](https://larazeus.com/images/screenshots/quantity/quantity-1.png)
![](https://larazeus.com/images/screenshots/quantity/quantity-2.png)
![](https://larazeus.com/images/screenshots/quantity/quantity-3.png)
![](https://larazeus.com/images/screenshots/quantity/quantity-4.png)

## More Details
**✨ to learn more about Qr, please visit:**
**✨ to learn more about Quantity, please visit:**

- [Discord](https://discord.com/channels/883083792112300104/1184785550964686919)
- [Docs](https://larazeus.com/docs/qr)
- [Github](https://github.com/lara-zeus/qr)
- [Demo](https://demo.larazeus.com/admin/components-demo/qr-code)
- [Discord](#)
- [Docs](https://larazeus.com/docs/quantity)
- [Github](https://github.com/lara-zeus/quantity)
- [Demo](https://demo.larazeus.com/admin/components-demo/quantity)
2 changes: 1 addition & 1 deletion docs/getting-started/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Changelog
weight: 100
---

All changes to @zeus `Quantity` are auto updated documented on GitHub [changelog](https://github.com/lara-zeus/Qr/blob/1.x/CHANGELOG.md)
All changes to @zeus `Quantity` are auto updated documented on GitHub [changelog](https://github.com/lara-zeus/quantity/blob/1.x/CHANGELOG.md)
18 changes: 15 additions & 3 deletions docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,31 @@ weight: 3

## Installation

Install @zeus Qr by running the following commands in your Laravel project directory.
Install @zeus Quantity by running the following commands in your Laravel project directory.

```bash
composer require lara-zeus/qr
composer require lara-zeus/quantity
```

## Usage:

use it in your resource

```php
\LaraZeus\Quantity\Components\Quantity::make('number')
\LaraZeus\Quantity\Components\Quantity::make('amount_number')
->heading('select quantity')
->default(3)
->maxValue(10)
->minValue(2)
->stacked()

->label('select quantity')
->required()
->inlineLabel()
->disabled()
->hiddenLabel()
->helperText('between 2 and 10')
->columnSpan(1)
,
```

32 changes: 12 additions & 20 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,29 @@ weight: 1
---

## Introduction
@zeus Qr Code Input to generate Qr Code with designing options for filamentPHP.
@zeus Quantity Input Number component, with user-friendly increment and decrement controls

**[Demo](https://demo.larazeus.com/admin/components-demo/qr-code) · [Github](https://github.com/lara-zeus/qr) · [Discord](https://discord.com/channels/883083792112300104/1184785550964686919)**
**[Demo](https://demo.larazeus.com/admin/components-demo/quantity) · [Github](https://github.com/lara-zeus/quantity) · [Discord](https://discord.com/channels/883083792112300104/1184785550964686919)**


## Features

- 🔥 set the destination URL
- 🔥 all options in modal or slidOver
- 🔥 configure all options
- 🔥 Available Options:
- QR size
- QR margin
- QR solid front color
- QR solid background color
- Qr style: square, round, dot
- Gradient Color (from,to)
- Gradient type (vertical, horizontal, diagonal, inverse_diagonal, radial)
- Eye Color (inner,outer)
- Eye style (square, circle)
- 🔥 set max value
- 🔥 set min value
- 🔥 add inline heading
- 🔥 stacked icons for increment and decrement

## Screenshots

![](https://larazeus.com/images/screenshots/qr/form-1.png)

![](https://larazeus.com/images/screenshots/qr/form-2.png)
![](https://larazeus.com/images/screenshots/quantity/quantity-1.png)
![](https://larazeus.com/images/screenshots/quantity/quantity-2.png)
![](https://larazeus.com/images/screenshots/quantity/quantity-3.png)
![](https://larazeus.com/images/screenshots/quantity/quantity-4.png)

## Support

Available support channels:

* Join our channel in discord [Discord](https://discord.com/channels/883083792112300104/1184785550964686919)
* Open an issue on [GitHub](https://github.com/lara-zeus/qr/issues)
* Join our channel in discord [Discord](#)
* Open an issue on [GitHub](https://github.com/lara-zeus/quantity/issues)
* Email us using the [contact center](https://larazeus.com/contact-us)

0 comments on commit c39f155

Please sign in to comment.