GithubHelp home page GithubHelp logo

my-customer-theme's Introduction

Demo Customer UI5 Theme

This is the UI5 Theme for the Demo Library. You can access the Color Schemes and the Customer Styling of UI5 Libraries.

  1. Git flow
  2. Usage
  3. Authors

Git flow

Use always feature Branches for the Development inside the Theme. If you do styling for an Library use the following feature Branch flow:

  1. Check if the feature Branch feature/{LibraryName}_{ControlName} (e.g. feature/myControlLibrary_Button) exists.
  • If so checkout. And merge the corresponding develop Branch inside this feature Branch to be sure all new changes are available.
  • If not create that Branch and make sure to use the correct develop Branch from which you will branch.
  1. Make your Development or fix on that Branch.
  2. If you've finished your development, than merge that Branch back into the development Branch.

Usage

To use this Library you have checkout the correct master Branch

Your're also able to consume the Theme via NPM. Therefor just run the following command or update your package.json:

npm install sovanta/my-customer-theme#master

And you have to initialize it in your UI5 Bootstrap.

<script id="sap-ui-bootstrap"
            src="resources/sap-ui-core.js"
            data-sap-ui-libs="sap.m"
            data-sap-ui-theme="customer"
            data-sap-ui-compatVersion="edge"
            data-sap-ui-resourceroots='{"sov.comp.projectName": ""}'>

If you only need the Color Scheme than you can simply add following line into your Projects less file, to use all the predefined Mixins:

@import "{PATH_TO_THEME}/Custom/globals/globals.less";

Authors

my-customer-theme's People

Contributors

atla avatar

Watchers

 avatar James Cloos avatar Dominik Feininger avatar Patrick Beedgen avatar Sebastian Mahr avatar Deniz Cakici 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.