Coder Social home page Coder Social logo

arosis78 / tizen.net.materialcomponents Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tizenapi/tizen.net.materialcomponents

0.0 0.0 0.0 280 KB

Material Components for Tizen .NET helps developers execute Material Design.

License: Apache License 2.0

C# 100.00%

tizen.net.materialcomponents's Introduction

Tizen.NET.MaterialComponents NuGet

Material Components for Tizen .NET help developers execute Material Design.

Components

  • MButton A material buttons, including contained button, text button, outlined button and toggle button. (guideline)

  • MCard A cards contain content about a single subject. (guideline)

  • MProgressIndicator A linear progress indicator that supports determinate and indeterminate linear progress indicators. (guideline)

  • MSlider A material slider for selecting from a range of values. (guideline)

  • MTab A material tab bar that supports fixed tabs and scrollable tabs for switching between groups of content. (guideline)

Getting Started

Install package

nuget.exe

nuget.exe install Tizen.NET.MaterialComponents -Version 0.9.0-preview

.csproj

<PackageReference Include="Tizen.NET.MaterialComponents" Version="0.9.0-preview" />

How to use Tizen.NET Material Components

In order to use Tizen.NET Material Components in your application, you MUST call Tizen.NET.MaterialComponents.ThemeLoader.Init() prior to using it.

using Tizen.NET.MaterialComponents;

protected override void OnCreate()
{
    base.OnCreate();
    // Get your application resource directory
    ResourceDir = DirectoryInfo.Resource;
    
    // Initialze ThemeLoader
    ThemeLoader.Initialize(ResourceDir);
}

tizen.net.materialcomponents's People

Contributors

joonghyuncho avatar rookiejava 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.