angular material 和 material-ui 以及 Materialise Css 是否与 material 设计有关?
Are angular material and materila-ui and Materializecss related to material design?
是angular material and material-ui and Materializecss related to material design吗?
如果你学会了一个,是否会让其他的学习和应用变得容易?
哈哈。我刚刚发现他们是。在各个网站上都是明文写的。
angular material,在 their website 上,描述为:
Material Design components for Angular.
material-ui,在their website,被描述为:
React components for faster and easier web development. Build your own
design system, or start with Material Design.
their website 上的 Materializecss 描述为:
A modern responsive front-end framework based on Material Design.
material design, on wikipedia描述为:
Material Design is a design language developed by Google in 2014.
Expanding on the "cards" that debuted in Google Now, Material Design
uses more grid-based layouts, responsive animations and transitions,
padding, and depth effects such as lighting and shadows.
是的,它们都与 Material Design 设计语言有关,但是这可能有助于了解给定网站需要哪些组件;他们都使用非常不同的技术和程序员界面。
例如,学习 Material UI for React 及其属性、事件、样式方法等不能很好地转化为 MaterializeCSS,因为它具有完全不同的开发人员界面,但您可能知道,对于给定的项目,您将需要卡片组件,即使它们的创建方式不同。
如果您正在寻找从哪里开始进入 Material 风格的框架,请选择与您的需求或现有经验最匹配的框架。
是angular material and material-ui and Materializecss related to material design吗?
如果你学会了一个,是否会让其他的学习和应用变得容易?
哈哈。我刚刚发现他们是。在各个网站上都是明文写的。
angular material,在 their website 上,描述为:
Material Design components for Angular.
material-ui,在their website,被描述为:
React components for faster and easier web development. Build your own design system, or start with Material Design.
their website 上的 Materializecss 描述为:
A modern responsive front-end framework based on Material Design.
material design, on wikipedia描述为:
Material Design is a design language developed by Google in 2014. Expanding on the "cards" that debuted in Google Now, Material Design uses more grid-based layouts, responsive animations and transitions, padding, and depth effects such as lighting and shadows.
是的,它们都与 Material Design 设计语言有关,但是这可能有助于了解给定网站需要哪些组件;他们都使用非常不同的技术和程序员界面。
例如,学习 Material UI for React 及其属性、事件、样式方法等不能很好地转化为 MaterializeCSS,因为它具有完全不同的开发人员界面,但您可能知道,对于给定的项目,您将需要卡片组件,即使它们的创建方式不同。
如果您正在寻找从哪里开始进入 Material 风格的框架,请选择与您的需求或现有经验最匹配的框架。