Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 1, 2025

Adds documentation for Blazor open-source packages under Getting Started section, covering IgniteUI.Blazor.Lite and IgniteUI.Blazor.GridLite NuGet packages.

Changes

  • New docs: doc/en/components/general-getting-started-oss.md and Japanese translation
  • TOC updates: Added "Open-Source Libraries" entry under Blazor Getting Started (EN/JP)

Content

  • Installation via NuGet/CLI for both packages
  • Service registration for Blazor Server and WebAssembly
  • Grid Lite features overview and usage example:
<IgbGridLite Data="data" AutoGenerateColumns="true">
</IgbGridLite>

@code {
    private object[] data = new object[]
    {
        new { Name = "John", Age = 30, City = "New York" },
        new { Name = "Jane", Age = 25, City = "Los Angeles" }
    };
}
Original prompt

Add a new topic for Blazor under Getting Started called "Open-Source Libraries"
Use the same structure as the other Getting Started app, but for the package use:
https://www.nuget.org/packages/IgniteUI.Blazor.Lite

Add also a section about Grid Lite, that uses this package:
https://www.nuget.org/packages/IgniteUI.Blazor.GridLite


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: MayaKirova <10397980+MayaKirova@users.noreply.github.com>
Copilot AI changed the title [WIP] Add Open-Source Libraries topic for Blazor Add Open-Source Libraries topic for Blazor Getting Started Dec 1, 2025
Copilot AI requested a review from MayaKirova December 1, 2025 10:23
@MayaKirova MayaKirova marked this pull request as ready for review December 1, 2025 11:50
@MayaKirova MayaKirova requested a review from dkamburov December 1, 2025 11:50
@dkamburov dkamburov merged commit 5546d44 into vnext Dec 11, 2025
11 checks passed
@dkamburov dkamburov deleted the copilot/add-blazor-open-source-libraries branch December 11, 2025 15:32
@randriova randriova added the status: localized indicates that localization is complete label Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: localized indicates that localization is complete

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants