diff --git a/packages/extras/docs/components/Loading.md b/packages/extras/docs/components/Loading.md new file mode 100644 index 00000000..448203d9 --- /dev/null +++ b/packages/extras/docs/components/Loading.md @@ -0,0 +1,7 @@ +import { Required } from '@site/src/components'; + +# Carousel + +AMA Provides an accessible `` component that auto focuses and announces the accessibility label and busy state. This component wraps the [React Native ActivityIndicator](https://reactnative.dev/docs/activityindicator) however AMA also provides a `` component that can be used to wrap any loading component or skeleton loader. + +## Example