
Material design
Material design is a design language developed by Google. It makes use of grid-based layouts, responsive animation, and transitioning.
-
- Sign up for GitHub or sign in to edit this page
Here are 4,553 public repositories matching this topic...
Select component's onChange is work, but it cannot render selected value.
import React, { useState } from 'react';
import InputLabel from '@material-ui/core/InputLabel';
import Select from '@material-ui/core/Select';
import MenuItem from '@material-ui/core/MenuItem';
export default function Test() {
const [test, setTest] = useState({
a: '',
b: '',
sum: {
In the section titled "CAN I BUILD OR USE INDIVIDUAL MDL COMPONENTS (E.G A BUTTON)?", there are two broken links: https://getmdl.io/faq/index.html#individual-components
An awesome list that curates the best Flutter libraries, tools, tutorials, articles and more.
-
Updated
Oct 16, 2019 - 1 commits
- Dart
Environment
Vuetify Version: 2.0.5
Vue Version: 2.6.10
Browsers: Chrome 76.0.3809.100
OS: Windows 7
Steps to reproduce
View it in mobile to see the "test" column spill into the next row
Expected Behavior
Overflow to be hidden or expand row
Actual Behavior
Overflows into the next row
Reproduction Link
<a href="https://codepen.io/teellcory/pen/
Test Case
https://codepen.io/valendres/pen/NzqyqN
Summary
Using @extend inside a ::before or ::after pseudo selector can result in invalid css, causing styling to not be applied to target elements. This happens when attempting to apply styling to elements within a .btn
Expected result
To be able to apply css on specific elements within a .btn
.
Additional Informa
Bug, enhancement request, or proposal:
In mat-form-field with outline appearance you can insert a mat-chip-list inside the form-field but the label doesn't go above the input
it's look like a bug, because if we insert the mat-chip-list outside or if we change the appearance everything look good
. It would be really helpful if the demos included the source code for what is being demonstrated. Right now, it's like "here's what you can do, and here's the link to the entire component so you can tediously go figure out how it was done" :)
This feature allows you search a page directly by just typing its URL and "TAB" key. It works on Quasar forum for example (but also on YouTube, Facebook, StackOverflow etc.).
This would be very handy, because you can skip two steps when looking up a docs page.
What we need to do to achieve this:
- Sync search input with URL query (or route param, but query is probably easier with current
Not a single form field has a label. These designs are not usable and the patterns presented should be discouraged.
I suggest adding a validation check like Nu Validator, aXe, lighthouse, etc. to show all the places this markup is invalid.
Is there any way to implement horizontal radio button group?
Material Theme, the most epic theme for Sublime Text 3 by Mattia Astorino
-
Updated
Oct 16, 2019 - 1 commits
- Python
The flexible, easy to use, all in one drawer library for your Android project. Now brand new with material 2 design.
-
Updated
Oct 16, 2019 - 2 commits
- Kotlin
Front End Cross-Frameworks Framework - 前端跨框架跨平台框架
-
Updated
Oct 16, 2019 - 5 commits
- JavaScript
Some suggestions to improve the documentation of bootstrapTable:
- column option "sorter": please include expected return values for custom sorter function (it was only through guessing that I found out it's actually -1, 0, 1)
- table options/column options/events/methods: please sort the options/methods in alphabetical order - also in the index in the right column (it's very tedious to scan f
Android library to observe scroll events on scrollable views.
-
Updated
Oct 16, 2019 - 383 commits
- Java
This is a library with components of Android L to you use in android 2.2
-
Updated
Oct 16, 2019 - 74 commits
- Java
Make a cool intro for your Android app.
-
Updated
Oct 15, 2019 - 692 commits
- Kotlin
The Input component defines an input tag along with a role attribute equal to 'input'. This causes some accessibility scanners to raise the following violation:
"The WAI-ARIA role(s) and/or attribute(s) input are not valid for the element input"
Is there a way we can remove the redundant role or at least provide a way to override the value?
Material Dashboard - Open Source Bootstrap 4 Material Design Admin
-
Updated
Oct 16, 2019 - 192 commits
- CSS
(Deprecated) A custom view component that mimics the new Material Design Bottom Navigation pattern.
-
Updated
Oct 16, 2019 - 767 commits
- Java
You can use Cypress plus cypress-vue-unit-test to test single file components (.vue files) that you create. If your components have been built with vue-material then you need it to be available during test so that your component under test loads correctly. I have found the following template to be effective and it coul
Modular and customizable Material Design UI components for Android
-
Updated
Oct 16, 2019 - 2 commits
- Java
Learn about material-design
- Website
- material.io
- Wikipedia
- Wikipedia
Issue Description
Method
Future<LatLng> getLatLng(ScreenCoordinate screenCoordinate)
returns different results for the sameScreenCoordinate
on iOS and Android.Steps to Reproduce
GoogleMap
widget filling entire device screen.initialCameraPosition.target
to (lat; lng) coordinates.GoogleMapController
inonMapCreated
handler.onCameraIdle