27 lines
346 B
Markdown
27 lines
346 B
Markdown
---
|
|
tags: [requirements]
|
|
---
|
|
|
|
# REQ0152-DemoReactOverlayHooks
|
|
|
|
## Description
|
|
|
|

|
|
|
|
## Schema
|
|
|
|
```dbml
|
|
// Add your DBML here
|
|
Table overlays {
|
|
id integer
|
|
component_name string
|
|
is_visible boolean
|
|
z_index integer
|
|
animation_type string
|
|
}
|
|
```
|
|
|
|
## Related
|
|
|
|
- [REQ0151-DemoReactOnboardingUi](#)
|