You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
<br><br>
4
4
</p>
5
5
6
-
[](https://packagist.org/packages/coderflexx/laravel-csv)
6
+
[](https://packagist.org/packages/coderflex/laravel-csv)
| This package came with multiple layouts to serve your need, and
67
67
| currently it supports "tailwindcss" and "bootstrap", by default
68
68
| the layout is tailwind.
69
-
| currently support: "tailwindcss", "bootstrap"
69
+
| currently support: "tailwindcss"
70
70
|
71
71
*/
72
72
'layout' => 'tailwindcss',
@@ -124,13 +124,13 @@ Using this package, is really simple, all what you need to do is implementing th
124
124
| columns-label |`array`| Accept Column Label of the required columns for the message |
125
125
126
126
### Button Component
127
-
The Component using `alpinejs` under the hood, If you want to use add the import button, you may use `x-csv-button` component.
127
+
The Component using `alpinejs` under the hood, If you want to use the import button, you may use `x-csv-button` component.
128
128
129
129
```blade
130
130
<x-csv-button>Import</x-csv-button>
131
131
```
132
132
133
-
If you want to style it, you can use the `class` attribute, or any attribute you want really
133
+
If you want to style it, you may use the `class` attribute, or any attribute you want.
134
134
135
135
```blade
136
136
<x-csv-button
@@ -141,7 +141,7 @@ If you want to style it, you can use the `class` attribute, or any attribute you
141
141
</x-csv-button>
142
142
```
143
143
### In TALL stack project
144
-
If you are using this package in a [TALL Stack]() project, (Tailwindcss, Alpinejs, Laravel, Livewire) All what you need to do is publish the vendor views
144
+
If you are using this package in a [TALL Stack](https://tallstack.dev/) project, (Tailwindcss, Alpinejs, Laravel, Livewire) All what you need to do is publish the vendor views
0 commit comments