Add MainFramework and loading mask. Add animation to menu.
This commit is contained in:
11
src/components/FitFullScreen.tsx
Normal file
11
src/components/FitFullScreen.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import React from 'react'
|
||||
|
||||
const FitFullScreen: React.FC<PropsWithChildren> = (props: PropsWithChildren) => {
|
||||
return (
|
||||
<>
|
||||
<div id={'fit-fullscreen'}>{props.children}</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default FitFullScreen
|
||||
Reference in New Issue
Block a user