Table of Contents

Introduction

Ink UI is a component library for Avalonia applications.

Installation

dotnet add package InventingAnimals.Ink

Usage

Add the Ink theme to your App.axaml:

<Application xmlns="https://github.com/avaloniaui"
             xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
             x:Class="YourApp.App">
    <Application.Styles>
        <StyleInclude Source="avares://InventingAnimals.Ink/Themes/Ink.axaml" />
    </Application.Styles>
</Application>