CardProyectProps: {
    background: string;
    description: string;
    direction?: boolean;
    github: string;
    title: string;
    web: string | undefined;
}

Properties of the proyects card component

Property

Proyect title

Property

Proyect description

Property

Proyect banner background

Property

Project repository path

Property

Web deploy path if exists

Property

Direction of how the card will render either true for left or false for right.

Type declaration

  • background: string
  • description: string
  • Optional direction?: boolean
  • github: string
  • title: string
  • web: string | undefined

Generated using TypeDoc