Avalonia Css
Source CodeδΈ­ζ–‡
  • Documentation
    • πŸŽ†Welcome
    • πŸŒοΈβ€β™‚οΈGet started
      • About Acss
      • Processes and concepts
      • Security
      • Performance Evaluation
      • Configuring the development environment
      • Debugging
      • About source code
      • FAQ
    • ❓How-to
      • Using Acss
        • Type Resolution
        • Configuration
        • Code Source
        • Extending Resources
      • Using Acss.Controls
      • Using Acss.Fluent
      • Using MessageBox
      • Using Senior
      • Using Acss.Behaviors
    • πŸ“Acss Syntax
      • Comment
      • Resource
      • Style
      • Animation
      • Behavior
    • πŸ’ŽBest Practices
      • Define a good control template
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Documentation
  2. Get started

About source code

I'm lazy, I don't want to maintain documentation about the repository in the source repository, so I'll just write it here.

PreviousDebuggingNextFAQ

Last updated 1 year ago

Was this helpful?

Projects Instruction

The source code repository mainly includes the following function libraries. For more information on how to use each library, please refer to the section.

Library
Functionality

Nlnet.Avalonia.Css

Acss core libraries for supporting the core functionality of Acss.

Nlnet.Avalonia.Css.Behaviors

Acss Behavior Library, which defines all behaviors supported by Acss by default.

Nlnet.Avalonia.Css.Controls

Avalonia native control template library based on Acss principles.

Nlnet.Avalonia.Css.Fluent

Fluent theme style library based on Acss' Avalonia native controls.

Nlnet.Avalonia.MessageBox

Standalone MessageBox library that supports Acss-based styles and standalone styles.

Nlnet.Avalonia.Senior

Advanced controls library with support for Acss-based styles and standalone styles.

πŸŒοΈβ€β™‚οΈ
How-to