> ## Documentation Index
> Fetch the complete documentation index at: https://zero-true.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction to Zero-True Features

The Zero-True notebook comes with a builtin UI library that aims to provide the following features:

<Tabs>
  <Tab title="Ease of Use">
    **Ease of Use**: Zero-True is designed to be straightforward and intuitive, enabling users to build applications without a steep learning curve.
  </Tab>

  <Tab title="Pythonic">
    **Pythonic**: Built for Python developers, Zero-True allows you to build web applications using familiar Python syntax.
  </Tab>

  <Tab title="Highly Customizable">
    **Highly Customizable**: With a range of UI components and layout options, Zero-True offers high levels of customization to make your application truly unique.
  </Tab>

  <Tab title="Reactive and Dynamic">
    **Reactive and Dynamic**: The UI components are built to be reactive, updating in real-time as data changes, providing a dynamic user experience.
  </Tab>
</Tabs>

<Info>Zero-True is still in an alpha development phase and will be adding new components often so please feel free to revisit this page on a periodic basis to make sure that you are using the latest and greatest UI components available.</Info>

<Tip>Explore the detailed API documentation for Zero True, including component properties utility functions, and more.</Tip>

<Accordion title="UI Component">
  1. [Text](https://zero-true.mintlify.app/Components/Text)
  2. [Slider](https://zero-true.mintlify.app/Components/Slider)
  3. [Image](https://zero-true.mintlify.app/Components/Image)
  4. [Card](https://zero-true.mintlify.app/Components/Card)
  5. [DataFrame](https://zero-true.mintlify.app/Components/DataFrame)
  6. [RangeSlider](https://zero-true.mintlify.app/Components/RangeSlider)
  7. [NumberInput](https://zero-true.mintlify.app/Components/NumberInput)
  8. [TextArea](https://zero-true.mintlify.app/Components/TextArea)
  9. [SelectBox](https://zero-true.mintlify.app/Components/SelectBox)
  10. [Autocomplete](https://zero-true.mintlify.app/Components/Autocomplete)
  11. [Button](https://zero-true.mintlify.app/Components/Button)
  12. [Matplotlib](https://zero-true.mintlify.app/Components/Matplotlib)
  13. [Plotly](https://zero-true.mintlify.app/Components/Plotly)
  14. [Timer](https://zero-true.mintlify.app/Components/Timer)
  15. [iFrame](https://zero-true.mintlify.app/Components/iFrame)
  16. [HTML](https://zero-true.mintlify.app/Components/HTML)
</Accordion>
