Accordion

Installation

import { Accordion, AccordionProps } from 'hc-mobile-app-ui';

Example

Props

Name
Type
Description

title

string

Title for the accordion

isOpen

boolean

Renders the accordion in open state when true.

Last updated