Skip to content

Commit 6a48c9d

Browse files
authored
ADd UI KIt reference in Component library guide (#44)
1 parent 26e7e9a commit 6a48c9d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/guides/components/styling.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# Using the Component Library
22

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
410

511
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.
612

0 commit comments

Comments
 (0)