Components
Components are interactive building blocks for creating a user interface.
Installation
Install the Cerberus React library, with the package manager of your choice:
pnpm add @cerberus/react@npm:@cerberus-design/react
Typescript
The Cerberus React library is written in TypeScript and includes type definitions for all components.
Customizing Icons
The Cerberus React library is Icon agnostic. This means you can use any Icon library you prefer. To customize the icons used in Cerberus React, you can use the defineIcons
function to replace the default icons with your own.
See the Customizing Icons guide for more information.
Installation
Install the Cerberus React library, with the package manager of your choice:
pnpm add @cerberus/react@npm:@cerberus-design/react
Typescript
The Cerberus React library is written in TypeScript and includes type definitions for all components.
Customizing Icons
The Cerberus React library is Icon agnostic. This means you can use any Icon library you prefer. To customize the icons used in Cerberus React, you can use the defineIcons
function to replace the default icons with your own.
See the Customizing Icons guide for more information.