# Компоненты

- [Базовый набор](https://v1-6-0.pipui.ru/components/base.md): Набор скриптов и стилей отвечающих за работу основных функций фреймворка и его компонентов
- [Отступы](https://v1-6-0.pipui.ru/components/margin.md): Если Вам необходимо добавить отступ к элементу, то в PipUI есть набор готовых стилей для данных операций
- [Палитра цветов](https://v1-6-0.pipui.ru/components/palette.md)
- [Grid сетка](https://v1-6-0.pipui.ru/components/grid.md)
- [Панель навигации](https://v1-6-0.pipui.ru/components/navbar.md)
- [Выпадающее меню](https://v1-6-0.pipui.ru/components/dropdown.md)
- [Постраничная навигация](https://v1-6-0.pipui.ru/components/pagination.md)
- [Формы](https://v1-6-0.pipui.ru/components/form.md): Формы и компоненты форм
- [Кнопки](https://v1-6-0.pipui.ru/components/button.md)
- [Полосы прогресса](https://v1-6-0.pipui.ru/components/progress-bar.md)
- [Меню навигации](https://v1-6-0.pipui.ru/components/navmenu.md)
- [Модальные окна](https://v1-6-0.pipui.ru/components/modal.md)
- [Оповещения](https://v1-6-0.pipui.ru/components/alert.md)
- [Подтверждения действий](https://v1-6-0.pipui.ru/components/confirm.md)
- [Вкладки](https://v1-6-0.pipui.ru/components/tabs.md)
- [Хлебные крошки](https://v1-6-0.pipui.ru/components/breadcrumb.md)
- [Спойлеры](https://v1-6-0.pipui.ru/components/spoiler.md)
- [Таблицы](https://v1-6-0.pipui.ru/components/table.md)
- [Панель BB-кодов](https://v1-6-0.pipui.ru/components/bb-panel.md)
- [BB-коды](https://v1-6-0.pipui.ru/components/bb-codes.md)
- [Валидаторы форм](https://v1-6-0.pipui.ru/components/form-validators.md)
- [Индексы полей ввода](https://v1-6-0.pipui.ru/components/tabindex.md)
- [Всплывающие подсказки](https://v1-6-0.pipui.ru/components/tooltip.md)
- [Подсвечивающиеся блоки](https://v1-6-0.pipui.ru/components/poplight.md)
- [Всплывающие блоки](https://v1-6-0.pipui.ru/components/popup.md)
- [Слайдер](https://v1-6-0.pipui.ru/components/slider.md)
- [Автозаполнение](https://v1-6-0.pipui.ru/components/autocomplete.md)
- [Селектор тегов](https://v1-6-0.pipui.ru/components/tag-selector.md)
- [Блоки оповещений](https://v1-6-0.pipui.ru/components/alert-block.md)
- [Селекторы даты и времени](https://v1-6-0.pipui.ru/components/date-time-picker.md)
- [Якоря](https://v1-6-0.pipui.ru/components/anchor.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://v1-6-0.pipui.ru/components.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.
