Footer
A basic footer component. Not theme contomizable.
<Footer animate>
<p>Arwes details</p>
</Footer>| Prop name | Type | Default | Description |
|---|---|---|---|
| Animation | any | AnimationComponent | |
| theme | any | Required | |
| classes | any | Required | |
| animate | bool | ||
| show | bool | true | |
| animation | object | ||
| sounds | object | {} | It uses the |
| children | any | If function, receives the animation status object. |
Source code: src/Footer Open in: Playground