Skip to main content

default

talawa-adminDocs


talawa-admin / components/OrgListCard/OrgListCard / default

Function: default()

> default(props): JSX.Element

Component for displaying a list card for an organization

This component renders a card that displays information about an organization, including its name, address, members, and admins. It also provides a button to manage the organization, navigating to the organization's dashboard.

Parameters

props: InterfaceOrgListCardProps

The properties passed to the component

Returns

JSX.Element

JSX.Element representing an organization list card

Defined in

src/components/OrgListCard/OrgListCard.tsx:36