Accordion
RapidUIX Accordion
Use this to trigger actions in the UI.
Live Editor
import { Button } from 'rapiduix'; <Button title="Click Me" onPress={() => alert('Hello')} />
Result
Loading...
Use this to trigger actions in the UI.
import { Button } from 'rapiduix'; <Button title="Click Me" onPress={() => alert('Hello')} />