UNPKG

fastapi-rtk

Version:

A React component library for FastAPI in combination with FastAPI React Toolkit backend, built with Mantine, JsonForms, and Zustand.

18 lines (17 loc) 373 B
const CONTENT_HEIGHT = "450px"; const HEADER_HEIGHT = "1.75rem"; const HEADER_PADDING = "1rem"; const PADDING_TOP_AND_BOTTOM = "2rem"; const normalProps = { boxProps: { mih: `calc(${CONTENT_HEIGHT} - ${HEADER_HEIGHT} - ${HEADER_PADDING} - ${PADDING_TOP_AND_BOTTOM})` }, styles: { content: { height: CONTENT_HEIGHT } } }; export { normalProps };