# StyleCard

**Kind:** Component

**Source:** [`atloria-monorepo/apps/web/src/app/app/settings/branding/page.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/web/src/app/app/settings/branding/page.tsx#L1685)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `name` | `string` | ✓ | - |
| `description` | `string` | ✓ | - |
| `tag` | `string` | ✓ | - |
| `active` | `boolean` | ✓ | - |
| `onClick` | `Function` | ✓ | - |
| `primaryColor` | `string` | ✓ | - |
| `accentColor` | `string` | ✓ | - |
| `children` | `unknown` | ✓ | - |

## Diagram

```mermaid
graph TD
    component_StyleCard_390ce941["StyleCard"]
    class component_StyleCard_390ce941 rootComponent
```

## Relationships

- RENDERS → `CheckIcon`
