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: src/guides/components/styling.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,12 @@
1
1
# Using the Component Library
2
2
3
-
Plugin pages provide a graphical user interface in the Caido application and can be customized.
3
+
Caido plugins use [PrimeVue](https://tailwind.primevue.org/) as the component library, with custom styling to match the core application’s look and feel.
4
+
5
+
You can explore our **UI Kit** at [ui-kit.caido.io](https://ui-kit.caido.io), which showcases the available styled components, their usage examples, and source code snippets.
6
+
7
+
This guide covers how to integrate these components to ensure a seamless user experience.
8
+
9
+
## Starting from the VueJS Template
4
10
5
11
When running the `pnpm create @caido-community/plugin` command to initialize a new plugin project, you are given the option to use the [Vue.js](https://vuejs.org/) framework.
0 commit comments