Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1013 Bytes

File metadata and controls

51 lines (39 loc) · 1013 Bytes

Blazor UI Kit Roadmap � Bootstrap Italia Components

This document outlines the development roadmap for a Blazor UI kit library implementing the official Bootstrap Italia components. The project targets .NET 9.


Phase 1: Core Components

  1. Button
  2. Alert
  3. Badge
  4. Card
  5. Form Elements (Input, Select, Checkbox, Radio, Switch, etc.)
  6. Navbar
  7. Breadcrumb
  8. Pagination
  9. Modal
  10. Tooltip & Popover

For each component:

  • Create the Razor component.
  • Parameterize according to the variants in the documentation.
  • Implement usage examples and rendering tests.

Phase 2: Advanced Components

  1. Accordion
  2. Collapse
  3. Tabs
  4. Progress
  5. Spinner
  6. Dropdown
  7. List Group
  8. Table
  9. Toast
  10. Stepper

Phase 3: Layout and Navigation Components

  1. Grid System
  2. Container
  3. Row/Col
  4. Sidebar
  5. Footer
  6. Header