GithubHelp home page GithubHelp logo

arrebagrove / uwp-styles-library Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raamakrishnan/uwp-styles-library

0.0 0.0 0.0 868 KB

Just a collection of some cool styles that you can just add on to your next UWP project!

uwp-styles-library's Introduction

UWP Styles Library

Just a collection of some cool styles that you can just add on to your next UWP project!

The Collection

Usage

The XAML Resource dictionary containing the style will be given here. Add it to your project the usual way!

Just for reference: https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/resourcedictionary-and-xaml-resource-references#merged-resource-dictionaries

Conventions

Naming

<ControlName> <StyleName> Style <Index>

ControlName - Name of the control for which this style can be applied StyleName - A descriptive name of the style Index - An index is used to number similar named styles

StyleName and Index are optional. Generally, any one of them should be mentioned

Ex. ProgressRingStyle1:

ProgressRing - ControlName, 1 - Index

Organization

  • Styles for each Controls are to be kept in separate folders
  • If a control can only be used as part of another control, its folder must be placed inside its parent control's folder

Ex. ./Pivot/PivotHeader/

Pivot folder contains styles for Pivot Control. Because PivotHeader can only be used inside a Pivot, PivotHeader folder is kept inside Pivot folder.

License

You can do whatever you want :D

I will be very happy to know that I was of help to you. So, please tell let me know if you ever use this :)

uwp-styles-library's People

Contributors

raamakrishnan avatar colinkiama 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.