GithubHelp home page GithubHelp logo

teadrivendev / heroicons-avalonia Goto Github PK

View Code? Open in Web Editor NEW

This project forked from russkyc/heroicons-avalonia

0.0 1.0 0.0 814 KB

Tailwind CSS creators' hand crafted icons made available to the AvaloniaUI Community

License: MIT License

C# 100.00%

heroicons-avalonia's Introduction

HeroIcons.Avalonia

Nuget

The beautiful handcrafted Icons by the makers of Tailwind CSS made available to your awesome Avalonia UI projects!

HeroIcons.Avalonia Demo App

How to Use

Install the latest HeroIcons.Avalonia Package from Nuget

Basic Usage

Add this to your control/window namespaces
xmlns:heroIcons="clr-namespace:HeroIconsAvalonia.Controls;assembly=HeroIconsAvalonia"
Use the HeroIcon control
<heroIcons:HeroIcon Foreground="White" Type="Pencil" />

By default, the HeroIcon color is black and the icon kind is outline, whe can change these properties if needed

<heroIcons:HeroIcon Foreground="White" Type="Pencil" Foreground="White" Kind="Solid" />

There are also 2 default sizes for the icon if you don't want to set the width and height, the Min property switches between 24px and 20px respectively

// By Default the icon is sized at 24px
// Set Min to True if you want the 20px or 'min' ico
// You can also set the Width/Height manually if needed
<heroIcons:HeroIcon Type="Pencil" Foreground="White" Kind="Outline" Min="True"/>

Donate

If you find this project helpful, please consider donating. It helps me afford more time to create tools like this for the community. ❤❤

Special Message

Special thanks to JetBrains for supporting this project by providing licences to the JetBrains Suite!

JetBrains Logo (Main) logo.

heroicons-avalonia's People

Contributors

russkyc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.