diff --git a/alert/index.html b/alert/index.html index 411ecc3..4be316c 100644 --- a/alert/index.html +++ b/alert/index.html @@ -37,12 +37,12 @@
- For use this components you need install with command: + To use this component you need install with the command:
mobileui install alert
- For use you need call the function alert('YOUR MESSAGE')
or alert(objectCustomized)
, and you can send more paramters for create alert with title or multiple options.
+ To use, you need to call the function alert('YOUR MESSAGE')
or alert(objectCustomized)
, and you can send more paramters for create alert with title or multiple options.
See this small example: diff --git a/base/base.html b/base/base.html index 4ec3a57..72ee296 100644 --- a/base/base.html +++ b/base/base.html @@ -19,8 +19,8 @@
- Base component contains the basic features to use MobileUI and any other component of this kit. - With this component you can use the color themes, icons and some classes of positioning and alignment of elements in the interface. + The base component contains the basic features to use MobileUI and any other component of this kit. + With this component, you can use the color themes, icons and some classes of positioning and alignment of elements in the interface.
To use it you need to install with the command: diff --git a/base/colors.html b/base/colors.html index 28f312f..d5824ee 100644 --- a/base/colors.html +++ b/base/colors.html @@ -22,11 +22,11 @@
MobileUI use the suggestions material design colors because material takes cues from contemporary architecture, road signs, pavement marking tape, and athletic courts. Color should be unexpected and vibrant.
+MobileUI uses the suggestions material design colors because material takes cues from contemporary architecture, road signs, pavement marking tape, and athletic courts. Color should be unexpected and vibrant.
This color palette comprises primary and accent colors that can be used for illustration or to develop your brand colors. They’ve been designed to work harmoniously with each other. The color palette starts with primary colors and fills in the spectrum to create a complete and usable palette for Android, Web, and iOS.
Themes enable consistent app styling through surface shades, shadow depth, and ink opacity.
- The themes colors is in base MobileUI, to use it install base through command: + The theme's colors are in base MobileUI, to use it install base through the command:
mobileui install base
And just add the class in your component to use the color, example:
diff --git a/base/fonts.html b/base/fonts.html index b16af6f..7b588a0 100644 --- a/base/fonts.html +++ b/base/fonts.html @@ -20,7 +20,7 @@- One of MobileUI's primary concerns is UX Design, so we offer a simple way to install new fonts in your web apps. + One of MobileUI's primary concerns is UX Design, so we offer a easy way to install new fonts in your web apps.
You can install any source in the Google Fonts repository. diff --git a/base/icons.html b/base/icons.html index 08e046d..7c20b68 100644 --- a/base/icons.html +++ b/base/icons.html @@ -20,14 +20,14 @@
- MobileUI also comes with its own free and open-sourced icon font, Ionicons, with over 500 icons to choose from. + MobileUI also comes with its own free and open-source icon font, Ionicons, with over 500 icons to choose from.
- The icons is in base MobileUI, for use just install base the command: + The icons are in base MobileUI, for use just install base the command:
mobileui install base
- And add icon
and the Ionicon classname for the icon to show, which can be easily looked up on the Ionicons homepage. You can change the color add class colors for text.
+ And add icon
and the Ionicon class name for the icon to show, which can be easily looked up on the Ionicons homepage. You can change the color add class colors for text.