diff --git a/front/ui-docs/components/ui/pills.md b/front/ui-docs/components/ui/pills.md
index 52387a9ad..facfe8ceb 100644
--- a/front/ui-docs/components/ui/pills.md
+++ b/front/ui-docs/components/ui/pills.md
@@ -2,6 +2,7 @@
import { computed, ref } from 'vue'
import Pills from '~/components/ui/Pills.vue';
+import Spacer from '~/components/ui/Spacer.vue';
import Layout from '~/components/ui/Layout.vue';
import Input from '~/components/ui/Input.vue';
@@ -23,6 +24,8 @@ const customModel = ref({
others: ["#Melody", "#Rhythm"],
custom: ["custom"],
});
+
+const search = ref()
```ts
@@ -116,3 +119,35 @@ const customModel = ref({
+
+## Combine Pills with other input fields
+
+
+
+
+
+
+ Ordering
+
+
+
+