# Render Props ## renderTopRightUI
  (isMobile: boolean, appState:
  
    AppState
  ) => JSX | null
A function returning `JSX` to render `custom` UI in the top right corner of the app. ```jsx live function App() { return (
{ return ( ); }} />
); } ``` ## renderCustomStats A function that can be used to render custom stats (returns JSX) in the `nerd stats` dialog. ![Nerd Stats](../../../../assets/nerd-stats.png) For example you can use this prop to render the size of the elements in the storage as do in [excalidraw.com](https://excalidraw.com). ```jsx live function App() { return (
(

Dummy stats will be shown here

)} />
); } ``` ## renderEmbeddable
  (element: NonDeleted<ExcalidrawEmbeddableElement>, appState:{" "}
  
    AppState
  
  ) => JSX.Element | null
Allows you to replace the renderer for embeddable elements (which renders `