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: docs/guide/styling.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,8 @@ Make sure to add a class selector for **p-invalid**.
21
21
## Extended Styling
22
22
23
23
- All inputs are wrapped in a div with a **p-formkit** class
24
+
- Use *wrapperClass* to add additional styleclasses to wrapper div
24
25
- Most Prime Components have access to class / styles attributes
26
+
- Some Components have addtional properties for the rendered inputs (eg: optionClass, labelClass in primeRadioButton)
25
27
- PT and PTOptions are available ([https://primevue.org/passthrough/](https://primevue.org/passthrough/))
26
28
-[Styling](https://formkit-primevue.netlify.app/demo/styling), [Grid](https://formkit-primevue.netlify.app/demo/grid) and [PT](https://formkit-primevue.netlify.app/demo/passThrough) demo available
0 commit comments