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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,12 +23,24 @@
23
23
24
24
## 🚀 Quick Start (90 seconds)
25
25
26
-
### 1. Install
26
+
### 1. Install Package
27
27
```bash
28
28
composer require relaticle/flowforge
29
29
```
30
30
31
-
### 2. Add Position Column
31
+
### 2. Include CSS Assets
32
+
33
+
> [!IMPORTANT]
34
+
> If you have not set up a custom theme and are using Filament Panels follow the instructions in the [Filament Docs](https://filamentphp.com/docs/4.x/styling/overview#creating-a-custom-theme) first.
35
+
36
+
After setting up a custom theme add the plugin's views to your theme css file.
37
+
38
+
```css
39
+
/* In your main CSS file (e.g., resources/css/app.css) */
0 commit comments