The Blazor framework for building modern web applications.
- Component-based: Ignis is a component-based framework that allows you to build your application using components.
- Blazor: Ignis is built on top of Blazor, which means that you can use all of the features that Blazor has to offer.
- Open-source: Ignis is open-source and free to use. You can use it for both personal and commercial projects.
- Lightweight: Ignis is lightweight and does not have any dependencies other than Blazor.
- Integration: You can use Ignis to build your application from scratch or use it to extend your existing application.
- Control: Ignis gives you full control over your application rendering. You can decide when to render your components or rely on the Ignis reactivity system.
- HeadlessUI: Ignis supports Headless UI. Headless UI is a set of unstyled, fully accessible UI components.
Visit the official website for guides and documentation: https://ignis.dvolper.dev
Please refer to the official website for more information.
The core components package, containing abstract component bases which implement the
Ignis component lifecycle and common components like Dynamic
and Fragment
.
The web components package, containing components and interfaces that are specific to the web/browser,
like ScrollDetector
and ILocalStorage
or IFocus
.
The reactivity package, containing components and classes that are specific to the Ignis reactivity system.
This package contains a set of utilities that can be used in your application, like a static Css
class that can be
used to generate CSS classes for your components.
This package contains a set of components that are based on the HeadlessUI project.
You can read more about it here.
Beautiful hand-crafted SVG icons, by the makers of Tailwind CSS.
Port of the heroicons project based on Ignis components.
This project is licensed under the MIT license.