You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Styling the app is important for every appication. In NativeScript there are two possible option to attached style in the project.
2
-
The most common way to style elements in the app is to define the styles inside `CSS` file and to set class name or id name to the components in the `HTML`, which you want to style.
3
-
Another way is to attached styles in the TypeScript code, while using `css` property of the `Page` component.
1
+
Styling the app is important for every application. In NativeScript there are two ways to apply styles.
2
+
The most common way to style elements in the app is to define styles in a CSS file and use classes or IDs in the component HTML.
3
+
Another way is to apply styles in the TypeScript code, using the`css` property of the `Page` component.
0 commit comments