FormContainer

<FormContainer>
    <HeaderContent>
        <h3>Any content</h3>
    </HeaderContent>
        
    <BodyContent>
        Some content in body, elements, inputs and any other content
    </BodyContent>

    <FooterContent>
        <h3>Any content</h3>
    </FooterContent>
</FormContainer>

FormGroup

FormGroup can contains inputs and labels, it will be like this

<FormGroup>
    @*Here you can set any html inputs*@
</FormGroup>

Accordion

<Accordion>
    <AccordionCard>
        @*Here put any content to the item body*@
    </AccordionCard>
    <AccordionCard>
        @*Here put any content to the item body*@
    </AccordionCard>
</Accordion>

Here item 1 body

Here item 2 body

Here item 3 body

Here item 4 body

Here item 5 body

TabContainer

<TabContainer>
    <Tab>
        @*Here goes tab 1 content*@
    </>
        @*Here goes tab 2 content*@
    <Tab>
    </>
        @*Here goes tab 3 content*@
    <Tab>
    </>
</TabContainer>


Loading...

This is tab 1 content

An error has occurred. This application may no longer respond until reloaded. Reload 🗙