# NewReflex Agent Toolkit

For AI agents: the complete documentation index is at [llms.txt](/content/docs/llms.txt). Markdown versions are available by appending .md or sending Accept: text/markdown.

## Components Overview

### Core
- **[Overview](/content/docs/library/data-display/index.html)**
- **[Avatar](/content/docs/library/data-display/avatar/index.html)**
- **[Badge](/content/docs/library/data-display/badge/index.html)**
- **[Callout](/content/docs/library/data-display/callout/index.html)**
- **[Code Block](/content/docs/library/data-display/code-block/index.html)**
- **[Data List](/content/docs/library/data-display/data-list/index.html)**
- **[Icon](/content/docs/library/data-display/icon/index.html)**
- **[List](/content/docs/library/data-display/list/index.html)**
- **[Moment](/content/docs/library/data-display/moment/index.html)**
- **[Progress](/content/docs/library/data-display/progress/index.html)**
- **[Scroll Area](/content/docs/library/data-display/scroll-area/index.html)**
- **[Spinner](/content/docs/library/data-display/spinner/index.html)**

### Disclosure
- **[Overview](/content/docs/library/disclosure/index.html)**
- **[Accordion](/content/docs/library/disclosure/accordion/index.html)**
- **[Segmented Control](/content/docs/library/disclosure/segmented-control/index.html)**
- **[Tabs](/content/docs/library/disclosure/tabs/index.html)**

### Dynamic Rendering
- **[Overview](/content/docs/library/dynamic-rendering/index.html)**
- **[Auto Scroll](/content/docs/library/dynamic-rendering/auto-scroll/index.html)**
- **[Cond](/content/docs/library/dynamic-rendering/cond/index.html)**
- **[Foreach](/content/docs/library/dynamic-rendering/foreach/index.html)**
- **[Match](/content/docs/library/dynamic-rendering/match/index.html)**

### Forms
- **[Overview](/content/docs/library/forms/index.html)**
- **[Button](/content/docs/library/forms/button/index.html)**
- **[Checkbox](/content/docs/library/forms/checkbox/index.html)**
- **[Form](/content/docs/library/forms/form/index.html)**
- **[Input](/content/docs/library/forms/input/index.html)**
- **[Radio Group](/content/docs/library/forms/radio-group/index.html)**
- **[Select](/content/docs/library/forms/select/index.html)**
- **[Slider](/content/docs/library/forms/slider/index.html)**
- **[Switch](/content/docs/library/forms/switch/index.html)**
- **[Text Area](/content/docs/library/forms/text-area/index.html)**
- **[Upload](/content/docs/library/forms/upload/index.html)**

### Layout
- **[Overview](/content/docs/library/layout/index.html)**
- **[Aspect Ratio](/content/docs/library/layout/aspect-ratio/index.html)**
- **[Box](/content/docs/library/layout/box/index.html)**
- **[Card](/content/docs/library/layout/card/index.html)**
- **[Center](/content/docs/library/layout/center/index.html)**
- **[Container](/content/docs/library/layout/container/index.html)**
- **[Flex](/content/docs/library/layout/flex/index.html)**
- **[Fragment](/content/docs/library/layout/fragment/index.html)**
- **[Grid](/content/docs/library/layout/grid/index.html)**
- **[Inset](/content/docs/library/layout/inset/index.html)**
- **[Section](/content/docs/library/layout/section/index.html)**
- **[Separator](/content/docs/library/layout/separator/index.html)**
- **[Spacer](/content/docs/library/layout/spacer/index.html)**
- **[Stack](/content/docs/library/layout/stack/index.html)**

### Media
- **[Overview](/content/docs/library/media/index.html)**
- **[Audio](/content/docs/library/media/audio/index.html)**
- **[Image](/content/docs/library/media/image/index.html)**
- **[Video](/content/docs/library/media/video/index.html)**

### Other
- **[Overview](/content/docs/library/other/index.html)**
- **[Clipboard](/content/docs/library/other/clipboard/index.html)**
- **[Html Embed](/content/docs/library/other/html-embed/index.html)**
- **[Memo](/content/docs/library/other/memo/index.html)**
- **[Script](/content/docs/library/other/script/index.html)**
- **[Skeleton](/content/docs/library/other/skeleton/index.html)**
- **[Theme](/content/docs/library/other/theme/index.html)**

### Overlay
- **[Overview](/content/docs/library/overlay/index.html)**
- **[Alert Dialog](/content/docs/library/overlay/alert-dialog/index.html)**
- **[Context Menu](/content/docs/library/overlay/context-menu/index.html)**
- **[Dialog](/content/docs/library/overlay/dialog/index.html)**
- **[Drawer](/content/docs/library/overlay/drawer/index.html)**
- **[Dropdown Menu](/content/docs/library/overlay/dropdown-menu/index.html)**
- **[Hover Card](/content/docs/library/overlay/hover-card/index.html)**
- **[Popover](/content/docs/library/overlay/popover/index.html)**
- **[Toast](/content/docs/library/overlay/toast/index.html)**
- **[Tooltip](/content/docs/library/overlay/tooltip/index.html)**

### Tables And Data Grids
- **[Overview](/content/docs/library/tables-and-data-grids/index.html)**
- **[Data Editor](/content/docs/library/tables-and-data-grids/data-editor/index.html)**
- **[Data Table](/content/docs/library/tables-and-data-grids/data-table/index.html)**
- **[Table](/content/docs/library/tables-and-data-grids/table/index.html)**

### Typography
- **[Overview](/content/docs/library/typography/index.html)**
- **[Blockquote](/content/docs/library/typography/blockquote/index.html)**
- **[Code](/content/docs/library/typography/code/index.html)**
- **[Em](/content/docs/library/typography/em/index.html)**
- **[Heading](/content/docs/library/typography/heading/index.html)**
- **[Kbd](/content/docs/library/typography/kbd/index.html)**
- **[Link](/content/docs/library/typography/link/index.html)**
- **[Markdown](/content/docs/library/typography/markdown/index.html)**
- **[Quote](/content/docs/library/typography/quote/index.html)**
- **[Strong](/content/docs/library/typography/strong/index.html)**
- **[Text](/content/docs/library/typography/text/index.html)**

## Graphing
### Charts
- **[Overview](/content/docs/library/graphing/charts/index.html)**
- **[Area Chart](/content/docs/library/graphing/charts/areachart/index.html)**
- **[Bar Chart](/content/docs/library/graphing/charts/barchart/index.html)**
- **[Composed Chart](/content/docs/library/graphing/charts/composedchart/index.html)**
- **[Error Bar](/content/docs/library/graphing/charts/errorbar/index.html)**
- **[Funnel Chart](/content/docs/library/graphing/charts/funnelchart/index.html)**
- **[Line Chart](/content/docs/library/graphing/charts/linechart/index.html)**
- **[Pie Chart](/content/docs/library/graphing/charts/piechart/index.html)**
- **[Radar Chart](/content/docs/library/graphing/charts/radarchart/index.html)**
- **[Radial Bar Chart](/content/docs/library/graphing/charts/radialbarchart/index.html)**
- **[Scatter Chart](/content/docs/library/graphing/charts/scatterchart/index.html)**
- **[Treemap](/content/docs/library/graphing/charts/treemap/index.html)**

### General
- **[Overview](/content/docs/library/graphing/general/index.html)**
- **[Axis](/content/docs/library/graphing/general/axis/index.html)**
- **[Brush](/content/docs/library/graphing/general/brush/index.html)**
- **[Cartesiangrid](/content/docs/library/graphing/general/cartesiangrid/index.html)**
- **[Label](/content/docs/library/graphing/general/label/index.html)**
- **[Legend](/content/docs/library/graphing/general/legend/index.html)**
- **[Reference](/content/docs/library/graphing/general/reference/index.html)**
- **[Tooltip](/content/docs/library/graphing/general/tooltip/index.html)**

### Other Charts
- **[Overview](/content/docs/library/graphing/other-charts/index.html)**
- **[Plotly](/content/docs/library/graphing/other-charts/plotly/index.html)**
- **[Pyplot](/content/docs/library/graphing/other-charts/pyplot/index.html)**

### Custom Components
See what components people have made with Reflex! [Custom Components](/content/docs/custom-components/index.html)

## Disclosure
Components for revealing or hiding content, such as tabs and accordions. These are useful for creating expandable sections, organizing information, and improving user interface navigation.

[Accordion](/content/docs/library/disclosure/accordion/index.html)

[Segmented Control](/content/docs/library/disclosure/segmented-control/index.html)

[Tabs](/content/docs/library/disclosure/tabs/index.html)

---

[Built with Reflex](/content/site-root.html)
