flowchart TB
RecordForm -->
InstitutionsList & FormHeader
InstitutionsList -->
TabsList & InstitutionContainer
TabsList --> InstitutionTab
InstitutionContainer -->
AssetContainer
Structural component. Will render Header Tabs, InstitutionContainer accordingly to state:
isKeyboardOpen
isInstitutionContainerExpanded
Stateless component. Contains submit and cancel buttons
Statless component. Can be collapsed
and expanded
Statless component. Can show institution states:
new
updated
deleted
Can be collapsed
and expanded
Can be collapsed
and expanded
Wrap InstitutionContainer
s and TabsList
.
Basically Tabs
component from ChakraUI
I wanna try RSC for this