Skip to content

Commit

Permalink
Add initial Loading Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JDMathew committed Oct 25, 2024
1 parent 6444bf1 commit e66def6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/extras/docs/components/Loading.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import { Required } from '@site/src/components';

# Carousel

AMA Provides an accessible `<Loading ... />` 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 `<LoadingWrapper >` component that can be used to wrap any loading component or skeleton loader.

## Example

0 comments on commit e66def6

Please sign in to comment.