Coder Social home page Coder Social logo

styled-material-components's People

Contributors

arilfrankel avatar ashwoodall avatar bennettstaley avatar brad-decker avatar brianpursell avatar calebjanderson avatar ceciliamvrie avatar ctbwx avatar danielstclair avatar darkdark87 avatar dekkofilms avatar haileybee1231 avatar iamdavid0091 avatar jastra4 avatar kristajg avatar martahj avatar petegivens avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

styled-material-components's Issues

Action required: Greenkeeper could not be activated 🚨

🚨 You need to enable Continuous Integration on all branches of this repository. 🚨

To enable Greenkeeper, you need to make sure that a commit status is reported on all branches. This is required by Greenkeeper because we are using your CI build statuses to figure out when to notify you about breaking changes.

Since we did not receive a CI status on the greenkeeper/initial branch, we assume that you still need to configure it.

If you have already set up a CI for this repository, you might need to check your configuration. Make sure it will run on all new branches. If you don’t want it to run on every branch, you can whitelist branches starting with greenkeeper/.

We recommend using Travis CI, but Greenkeeper will work with every other CI service as well.

Share primary

Primary is currently in the Card component and should be usable elsewhere

TextField Background Color is Above Focus ink-bar

The TextField component, if styled with a background-color (or image) appears above the ink-bar, hiding it completely.

Is this intended?

<TextField
  value={currentObject[item]}
  className="textField"
  fullWidth
/>
.textField {
        background-color: white;
      }

Discussion: Alignment with material components

The intention of this issue is to clarify the relationship between this library, [material-components-web]https://github.com/material-components/material-components-web), and material design.

In addition to the discussion about versioning, the impetus behind opening this issue is the following situation. The card demo uses an avatar, which as of right now is defined in this library at src/components/Card/Avatar. It poses a challenge for the following reasons:

  • It seems reasonable that someone might want to import a generic Avatar component so it can be used in other contexts, such as list items. As such, there exists an argument for adding it as a component to the styled-material-components library.
  • No avatar component exists in the material-components-web package. In fact, no avatar CSS is provided even in the card component. The avatar is defined only inside the demo (see .demo-card__avatar), meaning the avatar is not included in the library.
  • The .demo-card__avatar conflicts with the material design spec. In particular, it has a circumference of 2.5rem, while the material design guidelines imply a circumference of 40px (72 - 16 * 2).
  • The avatar is also not considered a component in material design.

Given the desire to be programmatic around how to transfer material design into this library, any thoughts on how to approach these conflicting needs?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.