# Documentation Index

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.

## NewReflex Agent Toolkit
NewReflex Agent Toolkit is launching. Get early access.

## Main Components
### 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)

### 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)
- [Line Chart](/content/docs/library/graphing/charts/linechart/index.html)
- [Bar Chart](/content/docs/library/graphing/charts/barchart/index.html)
- [Pie Chart](/content/docs/library/graphing/charts/piechart/index.html)

## Forms
Components for collecting user input, such as text fields, checkboxes, and radio buttons. These are useful for creating interactive forms and user input.

[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)
