InfoTable.astro component provides a structured way to display information with icon headers. Currently, it shows a barcode icon with the text “Andrés Bello”.
Props
This component does not accept any props. The content is currently hardcoded.Usage
Import and use the InfoTable component in your Astro pages:Current Implementation
The component displays:- A barcode icon (SVG)
- The text “Andrés Bello”
Potential Enhancements
This component appears to be a work in progress. You could enhance it to accept props:Enhanced Version Example
Usage with Enhanced Version
Styling
The component structure includes:.info-table- Main container.header- Header section.field- Individual field container with icon and text