# Components

- [Autoplay Video](/bravo-tags/components/component-autoplay-video.md): Autoplays an audio-less video when the user is on that app page.
- [GIF](/bravo-tags/components/component-gif.md): A GIF will replace the content of the rectangle.
- [SVG Component](/bravo-tags/components/svg-component.md)
- [Web view](/bravo-tags/components/component-webview.md): A web page will replace the content of the rectangle.
- [Web Components using AI](/bravo-tags/components/web-component-using-ai.md)
- [Web view communication](/bravo-tags/components/web-view-communication.md)
- [LottieFile](/bravo-tags/components/component-lottie.md): A Lottie will replace the content of the rectangle.
- [Lottie-animated component](/bravo-tags/components/lottie-animated-component.md): Create stateful components with Lottie animations
- [Flexible text (Flexo)](/bravo-tags/components/component-flexible-text.md): The text box will expand down to fit the content connected via API.
- [Zoomable image](/bravo-tags/components/zoomable-image.md): Makes an image zoomable with pinch gesture.
- [Component states](/bravo-tags/components/component-states.md): Add states such as pressed and active to your UI elements.
- [Stateful component (like button)](/bravo-tags/components/stateful-component-like-button.md): Create components with default and active states
- [Setting up the backend of Stateful component (like button)](/bravo-tags/components/setting-up-the-backend-of-stateful-component-like-button.md): Managing the stateful components requires the creation of a database that keeps track of the state for each component, and API requests to exchange the information.
- [Haptic Feedback (Buzzz)](/bravo-tags/components/haptic-feedback.md): Make your phone vibrate when adding interaction on your apps, such as navigation links or any action.
- [Progress bar](/bravo-tags/components/progress-bar.md)
- [Rich text](/bravo-tags/components/rich-text.md): Display the same text style as the content you get from an API
- [Date, Time and Currency Formatter](/bravo-tags/components/date-time-and-currency-formatter.md)
- [Scrollable text](/bravo-tags/components/scrollable-text.md)
- [Text Lines & Truncation](/bravo-tags/components/text-lines-and-truncation.md)
- [Status bar](/bravo-tags/components/status-bar.md)
