diff --git a/docs/browser-support.md b/docs/browser-support.md new file mode 100644 index 000000000..65b27309f --- /dev/null +++ b/docs/browser-support.md @@ -0,0 +1,28 @@ +--- +layout: page +title: Browser Support +--- + +AdminLTE comes with the same browser support as Bootstrap 4. + +> ##### Excerpt from Bootstrap's official Documentation! +> Bootstrap supports the __latest, stable releases__ of all major browsers and platforms. On Windows, __we support Internet Explorer 10-11 / Microsoft Edge__. +> +> For more details [look here](https://getbootstrap.com/docs/4.3/getting-started/browsers-devices/#supported-browsers). + +You can find our supported range of browsers and their versions in [our .browserslistrc file](https://github.com/ColorlibHQ/AdminLTE/blob/v3-dev/.browserslistrc): +``` +# https://github.com/browserslist/browserslist#readme + +>= 1% +last 1 major version +not dead +Chrome >= 45 +Firefox >= 38 +Edge >= 12 +Explorer >= 10 +iOS >= 9 +Safari >= 9 +Android >= 4.4 +Opera >= 30 +``` diff --git a/docs/components/direct-chat.md b/docs/components/direct-chat.md new file mode 100644 index 000000000..9b013da4d --- /dev/null +++ b/docs/components/direct-chat.md @@ -0,0 +1,807 @@ +--- +layout: page +title: Direct Chat Components +--- + +The direct chat widget extends the card component to create a beautiful chat interface. This widget consists of a required messages pane and an __optional__ contacts pane. Examples: + +
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+