Skip to content
Łukasz Ślachciak edited this page May 8, 2020 · 8 revisions

Welcome to the TAU wiki!

About

The TAU library contains components which allows you to create Web Application UI.

TAU Development

See README.md for project setup See CONTRIBUTING.md for project contribution guidelines

Adding public API

All methods which are going to be public should be denoted with @public tag See @public at jsdoc

Using X_base in CSS

  • use @px_base for size of elements, spacing etc.
  • use @sp_base for font size

App development with TAU

Visit http://samsung.github.io/TAU/ for general TAU documentation

Visit developer.tizen.org for Web App Creation guide

Clone this wiki locally