Skip to content

Commit c39f155

Browse files
committed
+... initial release ... −
1 parent 4cf0099 commit c39f155

File tree

5 files changed

+46
-49
lines changed

5 files changed

+46
-49
lines changed

docs/_index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: v1
3-
slogan: Qr Code Input to generate Qr Code with designing options for filamentPHP
4-
githubUrl: https://github.com/lara-zeus/qr
3+
slogan: filamentphp Input Number component, with user-friendly increment and decrement controls
4+
githubUrl: https://github.com/lara-zeus/quantity
55
branch: v1.x
6-
icon: bx-qr-scan
6+
icon: iconoir-input-field
77
---

docs/filament.md

+15-22
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,25 @@
1-
# Zeus Qr Field
1+
# Zeus Quantity Input Number Component
22

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

55
## Features
66

7-
- 🔥 set the destination URL
8-
- 🔥 all options in modal or slidOver
9-
- 🔥 configure all options
10-
- 🔥 Available Options:
11-
- QR size
12-
- QR margin
13-
- QR solid front color
14-
- QR solid background color
15-
- Qr style: square, round, dot
16-
- Gradient Color (from,to)
17-
- Gradient type (vertical, horizontal, diagonal, inverse_diagonal, radial)
18-
- Eye Color (inner,outer)
19-
- Eye style (square, circle)
7+
- 🔥 set max value
8+
- 🔥 set min value
9+
- 🔥 add inline heading
10+
- 🔥 stacked icons for increment and decrement
2011

2112
## Screenshots
2213

23-
![](https://larazeus.com/images/screenshots/qr/form-1.png)
24-
![](https://larazeus.com/images/screenshots/qr/form-2.png)
14+
![](https://larazeus.com/images/screenshots/quantity/quantity-1.png)
15+
![](https://larazeus.com/images/screenshots/quantity/quantity-2.png)
16+
![](https://larazeus.com/images/screenshots/quantity/quantity-3.png)
17+
![](https://larazeus.com/images/screenshots/quantity/quantity-4.png)
2518

2619
## More Details
27-
**✨ to learn more about Qr, please visit:**
20+
**✨ to learn more about Quantity, please visit:**
2821

29-
- [Discord](https://discord.com/channels/883083792112300104/1184785550964686919)
30-
- [Docs](https://larazeus.com/docs/qr)
31-
- [Github](https://github.com/lara-zeus/qr)
32-
- [Demo](https://demo.larazeus.com/admin/components-demo/qr-code)
22+
- [Discord](#)
23+
- [Docs](https://larazeus.com/docs/quantity)
24+
- [Github](https://github.com/lara-zeus/quantity)
25+
- [Demo](https://demo.larazeus.com/admin/components-demo/quantity)

docs/getting-started/changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: Changelog
33
weight: 100
44
---
55

6-
All changes to @zeus `Quantity` are auto updated documented on GitHub [changelog](https://github.com/lara-zeus/Qr/blob/1.x/CHANGELOG.md)
6+
All changes to @zeus `Quantity` are auto updated documented on GitHub [changelog](https://github.com/lara-zeus/quantity/blob/1.x/CHANGELOG.md)

docs/getting-started/installation.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,31 @@ weight: 3
55

66
## Installation
77

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

1010
```bash
11-
composer require lara-zeus/qr
11+
composer require lara-zeus/quantity
1212
```
1313

1414
## Usage:
1515

1616
use it in your resource
1717

1818
```php
19-
\LaraZeus\Quantity\Components\Quantity::make('number')
19+
\LaraZeus\Quantity\Components\Quantity::make('amount_number')
20+
->heading('select quantity')
21+
->default(3)
22+
->maxValue(10)
23+
->minValue(2)
24+
->stacked()
2025

26+
->label('select quantity')
27+
->required()
28+
->inlineLabel()
29+
->disabled()
30+
->hiddenLabel()
31+
->helperText('between 2 and 10')
32+
->columnSpan(1)
2133
,
2234
```
2335

docs/introduction.md

+12-20
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,29 @@ weight: 1
44
---
55

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

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

1111

1212
## Features
1313

14-
- 🔥 set the destination URL
15-
- 🔥 all options in modal or slidOver
16-
- 🔥 configure all options
17-
- 🔥 Available Options:
18-
- QR size
19-
- QR margin
20-
- QR solid front color
21-
- QR solid background color
22-
- Qr style: square, round, dot
23-
- Gradient Color (from,to)
24-
- Gradient type (vertical, horizontal, diagonal, inverse_diagonal, radial)
25-
- Eye Color (inner,outer)
26-
- Eye style (square, circle)
14+
- 🔥 set max value
15+
- 🔥 set min value
16+
- 🔥 add inline heading
17+
- 🔥 stacked icons for increment and decrement
2718

2819
## Screenshots
2920

30-
![](https://larazeus.com/images/screenshots/qr/form-1.png)
31-
32-
![](https://larazeus.com/images/screenshots/qr/form-2.png)
21+
![](https://larazeus.com/images/screenshots/quantity/quantity-1.png)
22+
![](https://larazeus.com/images/screenshots/quantity/quantity-2.png)
23+
![](https://larazeus.com/images/screenshots/quantity/quantity-3.png)
24+
![](https://larazeus.com/images/screenshots/quantity/quantity-4.png)
3325

3426
## Support
3527

3628
Available support channels:
3729

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

0 commit comments

Comments
 (0)