# Component

- [Text](https://docs.qore.dev/component/text.md): Komponen yang termasuk ke dalam kategori ini berfokus untuk menampilkan data text yang bervariasi. Kamu dapat menggunakan component ini untuk menampilkan title, header, label, atau paragraf.
- [Text](https://docs.qore.dev/component/text/text.md): Komponen ini bertujuan untuk menampilkan simple text, namun dapat divariasikan sebagai header ataupun judul dari sebuah konten.
- [Description Text](https://docs.qore.dev/component/text/description-text.md): Komponen ini bertujuan untuk menampilkan text dengan deskripsi singkat.
- [Rich Text](https://docs.qore.dev/component/text/rich-text.md): Komponen ini bertujuan untuk menampilkan text dengan multiline text ataupun deskripsi tanpa format text.
- [Hint Text](https://docs.qore.dev/component/text/hint-text.md): Komponen ini bertujuan untuk menampilkan informasi berupa teks petunjuk.
- [Paragraph Text](https://docs.qore.dev/component/text/paragraph-text.md)
- [Media](https://docs.qore.dev/component/media.md)
- [Headline](https://docs.qore.dev/component/media/headline.md)
- [Image](https://docs.qore.dev/component/media/image.md)
- [Embed](https://docs.qore.dev/component/media/embed.md)
- [QR Code Generator](https://docs.qore.dev/component/media/qr-code-generator.md)
- [Barcode Generator](https://docs.qore.dev/component/media/barcode-generator.md)
- [Carousel](https://docs.qore.dev/component/media/carousel.md)
- [List](https://docs.qore.dev/component/list.md)
- [List](https://docs.qore.dev/component/list/list.md)
- [List Card](https://docs.qore.dev/component/list/list-card.md)
- [Horizontal Tile](https://docs.qore.dev/component/list/horizontal-tile.md)
- [Vertical Tile](https://docs.qore.dev/component/list/vertical-tile.md)
- [Button](https://docs.qore.dev/component/button.md)
- [Button](https://docs.qore.dev/component/button/button.md)
- [Button Bar](https://docs.qore.dev/component/button/button-bar.md)
- [Menu Grid](https://docs.qore.dev/component/button/menu-grid.md)
- [Icon Button](https://docs.qore.dev/component/button/icon-button.md)
- [Floating Button](https://docs.qore.dev/component/button/floating-button.md)
- [Custom Component](https://docs.qore.dev/component/custom-component.md): Custom component can be used by editors to create components with the appearance and functionality according to their needs, if the official Qore component has not been able to meet these needs.
- [Props](https://docs.qore.dev/component/custom-component/props.md)
- [Example](https://docs.qore.dev/component/custom-component/example.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qore.dev/component.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
