CataUiLogo
The CataUiLogo component displays the Catalyst logo with customizable colors and size. It's a responsive SVG logo that automatically adjusts its viewBox for proper rendering.
Examples
Default Logo
<CataUiLogo />
Custom Width
<CataUiLogo logoWidth="200px" />
Custom Colors
<CataUiLogo colorDot="#FF5733" colorText="#000000" logoWidth="150px" />
Props
| Prop | Description | Type | Default | Required |
|---|---|---|---|---|
| colorDot | Specifies the color of the circular dot | String | '#008CAB' | false |
| colorText | Specifies the color of the text | String | '#ffffff' | false |
| logoWidth | Controls the width of the logo (CSS value) | String | '80px' | false |
