This repository includes individual HTML files for various UI components. Each component is designed to be reusable and easily integrable into any web project.
-
Accordion Component
- File:
01-accordion.html
- Description: A responsive accordion component utilizing Flexbox and CSS Grid.
- File:
-
Carousel Component
- File:
02-carousel.html
- Description: A carousel component with vertical centering using absolute positioning and transform.
- File:
-
Table Component
- File:
03-table.html
- Description: A table component featuring pagination for better data management.
- File:
-
Pagination Component
- Files:
04-pagination.html
- Description: Standalone pagination component updated for enhanced functionality.
- Files:
-
Hero Section
- File:
05-hero.html
- Description: The final code for the hero section.
- File:
-
App Layout
- File:
06-app-layout.html
- Description: A layout for the application with flex properties and overflow handling.
- File:
- HTML5
- CSS3 (Flexbox, CSS Grid)
To view and use the components:
-
Clone this repository to your local machine:
git clone https://github.com/trishna456/UI-components
-
Navigate to the project directory:
cd UI-components
-
Open the desired HTML file in your preferred web browser to view the component.