forked from material-components/material-components-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Improved quick start guide (material-components#4103)
- Loading branch information
Showing
3 changed files
with
87 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
## MDC Web on other frameworks | ||
|
||
Material Components for the web are architected to be adaptable to various major web frameworks. The following wrapper libraries are available: | ||
|
||
- [Material Components for React](https://github.com/material-components/material-components-web-react): MDC Web integration for React (using [foundations/adapters](./integrating-into-frameworks.md#the-advanced-approach-using-foundations-and-adapters)) | ||
- [Material Web Components](https://github.com/material-components/material-components-web-components): MDC Web integration for Web Components (using [vanilla components](./integrating-into-frameworks.md#the-simple-approach-wrapping-mdc-web-vanilla-components)) | ||
- Additional third-party integrations | ||
- [Preact Material Components](https://github.com/prateekbh/preact-material-components) | ||
- [RMWC: React Material Web Components](https://github.com/jamesmfriedman/rmwc) | ||
- [Angular MDC](https://github.com/trimox/angular-mdc-web) | ||
- [Blox Material](https://blox.src.zone/material): Angular Integration Library. | ||
- [Vue MDC Adapter](https://github.com/stasson/vue-mdc-adapter): MDC Web Integration for Vue.js (using [foundations/adapters](./integrating-into-frameworks.md#the-advanced-approach-using-foundations-and-adapters).) | ||
- [Material Components Vue](https://github.com/matsp/material-components-vue): MDC Web Integration for Vue.js (using [vanilla components](./integrating-into-frameworks.md#the-simple-approach-wrapping-mdc-web-vanilla-components)) | ||
- [BalmUI](https://material.balmjs.com/): Next Generation Material UI for Vue.js | ||
- [Ember Material Components](https://github.com/onehilltech/ember-cli-mdc): MDC Web integration for Ember (using [vanilla components](./integrating-into-frameworks.md#the-simple-approach-wrapping-mdc-web-vanilla-components)) | ||
|
||
- More coming soon! Feel free to submit a pull request adding your library to this list, so long as you meet our [criteria](integrating-into-frameworks.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
## MDC Web: Browser support | ||
|
||
We officially support the last two versions of every major browser. Specifically, we test on the following browsers: | ||
|
||
- **Chrome** on Android, Windows, macOS, and Linux | ||
- **Firefox** on Windows, macOS, and Linux | ||
- **Safari** on iOS and macOS | ||
- **Edge** on Windows | ||
- **IE 11** on Windows |