Header
A basic header component. Not theme contomizable.
<Header animate> <p>Arwes details</p> </Header>
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/Header
Open in: Playground