How-tos
In this section you will find tutorials on various topics. These tutorials give easy to follow step by step instructions sometimes accompanied by video tutorials and contain the examples as copyable code.
Below is a complete list of all how-tos:
๐๏ธ Creating a Button
Buttons are an essential tool in layout design. They combine function with graphic elements. In addition, buttons are so well established that everyone recognizes them immediately.
๐๏ธ Creating a Navbar
A navbar can be a useful tool fpor navigation within your app. The layout of the navbar must be defined in the style file, which means that different layout for the navbar require different styles.
๐๏ธ Creating a Tab Bar
A tab bar can help with quick navigation in your app. Especially if your app is divided into different sections. A tab count of 2 to 5 is optimal.
๐๏ธ Global event Overload
Sometimes it may be preferable to call multiple events with a single action (e.g. multiple error events that handle different HTTP status codes). This can be achieved by having multiple events with the same type but different names and file types.