inertia-bootstrap-forms 1.0.102 → 1.0.103

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +16 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  A Vue 3 component library for building Bootstrap‑styled forms inside **Laravel + Inertia.js** applications. Every input component binds itself automatically to an [Inertia `useForm`](https://inertiajs.com/forms) instance through a `<FormContainer>` wrapper, so you stop wiring up `v-model`, error classes, and field names by hand for every form.
4
4
 
5
+ This package has been developed and maintained by **[Novin Vision](https://novinvision.com)** (شرکت **[نوین ویژن](https://novinvision.com)**), a team specialized in **[طراحی سایت](https://novinvision.com)** and **[web design](https://novinvision.com)**.
6
+
7
+ # About Us
8
+
9
+ Novin Vision focuses on building modern and practical web solutions for businesses and developers who want a reliable digital presence. The approach is simple: clean design, solid development, and results that can be used in real projects without complexity.
10
+
11
+ If you want to learn more or get in touch, you can visit:
12
+ https://novinvision.com
13
+
14
+ ## License
15
+
16
+ The use of this package is completely free. You are allowed to use it in personal and commercial projects without any restriction or payment.
17
+
18
+ ---
19
+
20
+ Built and maintained by **Novin Vision**
5
21
  ```vue
6
22
  <FormContainer v-model="formData" url="/products">
7
23
  <div class="row g-3">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "inertia-bootstrap-forms",
3
- "version": "1.0.102",
3
+ "version": "1.0.103",
4
4
  "description": "Create bootstrap forms with inertia and twitter bootstrap",
5
5
  "main": "dist/inertia-bootstrap-forms.cjs.js",
6
6
  "module": "dist/inertia-bootstrap-forms.es.js",