问题标签 [material-components]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
1594 浏览

javascript - MDC Web 组件:mdc-dialog 有时无法正确关闭

我使用 MDC-Web 组件。我正在以编程方式打开和关闭一个对话框,但有时它不会关闭。我不知道我是否以正确的方式关闭对话框。

0 投票
1 回答
686 浏览

material-design - How do I build my own material-components-web.min.css?

I've been using material-components-web.min.css to style a Flask app in an MDC web manner. I could go through and edit the colors that I want by hand, but is there a simple method and framework that would allow me to define my own color palette, and then build a material-components-web.min.css with that?

0 投票
2 回答
1466 浏览

html - 材料设计布局网格超过 12 列

我正在尝试创建一个网格,该网格每月每天都有一列。所以我在一行中最多需要 32 列(第一个标签 + 一个月中的天数)

我正在使用for来动态添加 div。

这给了我每行 12 个值,因为 MDC 是基于 12 列的。我尝试创建嵌套的 div,但它最终为每个新级别添加了新行。

有没有办法做到这一点?使用嵌套列或以某种方式覆盖默认 MDC 行为以允许单行中有更多列?

0 投票
1 回答
284 浏览

c# - MDCTabBar 与 MDCNavigationBar 将 NavigationBar 向上推

我正在尝试使用Material Design Components 的 Xamarin 端口,以便直接在 AppBar 组件下添加一个 tabBar,但是当我将 TabBar 添加为 BottomBar 视图时,它会将 NavigationBar 向上推,我不确定我做错了什么。

在此处输入图像描述

这是我的 ViewDidLoad():

感谢您的帮助!

0 投票
3 回答
3618 浏览

ios - 如何使用 MDCTabBar

我用 MDCTabBar 制作了一个应用程序,它看起来很完美,但我不知道如何用它设置 childView 我已经完成的是:

0 投票
3 回答
3105 浏览

android - 从样式更改小吃店的动作颜色

我需要AppTheme.colorAccent是棕色的,但我需要我的Snackbar动作颜色是蓝色的。如何在Snackbar不改变样式的情况下更改操作按钮颜色AppTheme.colorAccent

我试过这段代码,但它不起作用:

0 投票
1 回答
341 浏览

material-design - 如何检查浏览器是否支持 material-components-web 或 MDC-Web

我在网页中实现了 MDC-Web,它适用于智能手机上的 Chrome/Firefox。但是,选择菜单组件不适用于移动设备上的三星浏览器。

我正在寻找一种方法来检查浏览器是否支持 MDC 组件,在我的 JavaScript 代码中,而不是在每个可用的浏览器上手动检查。

有人知道我该怎么做吗?可能吗?

0 投票
2 回答
1754 浏览

android - Material Design Components Site

Today I was Googling for "material design components" I ended up at this site:

https://material.io/components/

As I remember, I've never seen it before.

In the Android section there are instruction to use the components and ok, it seems to be the well-known Android Design Support Library:

Screenshot of dependencies

But what intrigues me is that there are components there that are not in the design library, such as:

Back Layer Layout, Material Card and Material Button.

The docs for these classes seems to be not ready yet and the links points to nowhere, like: material button doc.

There is something in the github site.

Sorry for ignorance, but what is the purpose of this site? Is it something future or something left behind?

0 投票
1 回答
45 浏览

codenameone - 代号 侧面菜单中的一个材质命令出现故障

我有一个使用侧面菜单的 Android 应用程序。当我将材质命令添加到侧面菜单时,该命令不会执行与其关联的代码。

在模拟器中,我必须按几次材料命令才能正确反应。在已安装的设备上,material 命令根本不起作用。

命令似乎可以正常工作,并且向侧面菜单添加一个按钮可以正常工作。

这是我的代码:

0 投票
1 回答
428 浏览

ios - 是否可以覆盖 MDCTextInputControllerFilled 的边框视图的框架?

我有一个尽可能与 MDCTextField 相似的设计(带有控制器 MDCTextInputControllerFilled)。我检查了组件,我认为我应该覆盖控制器,但为什么呢?

如果我走错了路,你能帮我解决这个问题吗?

我的测试代码如下