Skip to content

Commit

Permalink
add(readme): browser support (#310)
Browse files Browse the repository at this point in the history
* add(readme): browser support

* update(browser-support): explicit
  • Loading branch information
kyleledbetter authored and emoralesb05 committed Feb 1, 2017
1 parent 589a483 commit 0e2bb25
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,20 @@ Covalent is a reusable UI platform from Teradata for building web applications w
* [Changelog](docs/CHANGELOG.md)
* [Quickstart Repo](https://github.com/teradata/covalent-quickstart)
* [Plunker Template](http://plnkr.co/edit/7uZQn4mLNJkL6XN9WSNd)

---

## Browser Support

Covalent is built on a CSS Flexbox layout and all layouts and components heavily rely up that support, so the current browsers are supported in order or recommendation:

#### Current version - 1 for the following:

| | Chrome | Firefox | Safari | Edge* | Mobile Chrome* | Mobile Safari* | IE11
|---|:---:|:---:|:---:|:---:|:---:|:---:|:---:|
| __Supported__ ||||||| x |


*Indicates limited testing & lower priority

[More on flexbox brower support](http://caniuse.com/#feat=flexbox)

0 comments on commit 0e2bb25

Please sign in to comment.