material
Here are 1,708 public repositories matching this topic...
Hi, I have been spending quite sometime wondering why a simple dropdown was not working.
Is not specified on the docs that the must have the class 'dropdown-trigger' (any other is not triggering the dropdown!)
Just a matter of documentation but crucial in order not to waste time :.)
example, this will not work:
<a class='dropdown-button-example btn' href='#' data-target='dropdo
There is a typo in documentation for styles page.
mdl-1.x/docs/_pages/styles.md
What is the expected behavior?
This portion is only to demonstrate header and display styles for our CSS.
What is the actual behavior?
Typo is highlighted in following line:
This portion is only to demonstrate header and display styles for out CSS.
Problem to solve
It is actually possible to use vuetify with vuepress.
Proposed solution
This project demonstrates the usage:
https://github.com/arab-open-source/vuepress-theme-vuetify
Trying to open https://material.angular.io/components/datepicker/overview#choosing-a-date-implementation-and-date-format-settings using Chrome browser.
The browser should scroll to the "Choosing a date implementation and date format settings" section.
But currently, it doesn't scroll at all. The browser stays on the top-most part of the page.
P.s. this URL is obtained through copying the li
- Framework7 version: 3.x, 4.x, 5.x
- Platform and Target: Android Cordova
Describe the bug
If you increase font size in Android system settings text in many components is misaligned
e.g. Buttons, Dialog.
To Reproduce
Install Framework7 Kitchen Sink as Cordova app.
Expected behavior
Correct position of component text e.g. Button, Dialog.
Actual Behavior
Wrong or
文档错误
Is there any way to implement horizontal radio button group?
The cell input extension is not documented (didnt knew that extension exists until now).
@wenzhixin The extension is also not selectable on the online editor.
editable edits?
Right now the Getting Started section in the README is a bit outdated.
People who are just getting started with this library are not likely to have all of the dependencies needed (latest version of VS, .NET Core
Please could you add some helpful pointers regarding customizing the card views, for example, adding buttons and setting click listeners for buttons on the card. Most of the available documentation online to set click listeners uses a ViewHolder implementation, but the sample code here utilizes an Adapter implementation. It would really help if you showed some examples.
-
Updated
Mar 2, 2020 - CSS
package.json 如下
{
"name": "atool",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev": "yarn serve"
},
"dependencies": {
This uses the latest release of Onsen UI. In case the issue is not reproducible in desktop browsers, just follow the previous steps and also modify the platform version at the end (you can also open the mentioned site on a device).
Environment
Onsen UI Version: 2.10.8
Framework: react-dom 16.8.6 (I think it also forces react to be 16.8.6)
Framework binding: react-onsenui 1.11
New: Changed java.util.Calendar in favor of java.time.LocalDate.
It says that it requires java.time.LocalDate but when I saw through the source code, it is using the back port of LocalDate by org.threeten.bp.LocalDate.
In this version 2.0.0, it is very frustrating to use an additional backport library just to make this library work. Reverting it to java.time.LocalDate wouldn't help either as
- I have verified the issue exists on the latest version
- I am able to reproduce it
Desc
Add a CI service to run ./gradlew test and ./gradlew lint on all PRs. Add the build status into the readme.
Version used:
1.13.0
-
Updated
Mar 8, 2020 - Kotlin
Flex layout in demos
I'd be happy to make a PR for flex-layout examples instead of table-layout for all the examples, if there is interest.
I think it would simplify layout, and also be more semantically correct (these things aren't tables.)
Here is an example for AppBar, in react, with branding & a menu, mostly pulled from the example layout:
.mui-appbar {
display: flex;
align-items: center;
-
Updated
Jan 7, 2020 - Java
Acceptance critera
- This flag has been added to the "Behavioral flags" section as one of the flags that should be enabled when creating an app bar or flexible header.
Internal data
- Associated internal bug: b/143773848
-
Updated
Mar 3, 2020 - Java
To add how to trigger snackbar with JS.
Adapted from docs.min.js. Code as such
//close snackbar on click
$(".snackbar-btn").on("click", function () {
$(this).parent(".snackbar").removeClass("show")
});
//show snackbar on click and auto hide at either after 6000ms or button is click again to show new snackbar
$(".snackbar-toggler").on("click",
can you add documentation for the project or at-least for the public methods? I have two layouts in a frame layout with both widths as match_parent. I want to animate top layout to bottom and I achieved it. I want the animated view to have margin 10dp in left and right with width as match_parent. I tried it but can't achieve it. Can you please help.
Reporter Info
Improve this page
Add a description, image, and links to the material topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the material topic, visit your repo's landing page and select "manage topics."


Hello everyone !
Is there a documentation page that lists all the icons available (code name + image) in material design icons ?
I've found 2 websites but there are missing icons on both :
But both "file_download" and "unfold_less