The Wayback Machine - https://web.archive.org/web/20200716054905/https://github.com/topics/styled-components
Skip to content
#

styled-components

styled-components logo

styled-components is a JavaScript library that makes styling React apps enjoyable using the best bits of ES6 and CSS.

Here are 4,691 public repositories matching this topic...

styled-components
rajat2502
rajat2502 commented Apr 28, 2020

Feature Request

Add a file named pull_request_template.md in the .github folder of the repository so that whenever a new PR is opened on the repository it follows the template.

react-boilerplate
vivek9716
vivek9716 commented Apr 25, 2020

Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.

Description

A clear and concise description of what the bug is.

Steps to reproduce

Steps to reproduce the behavior:

(Add link to a dem

rebass
amaster507
amaster507 commented Apr 28, 2020

The docs on rebassjs.org are pretty slim when it comes to using forms and the props that are accepted and what they do.

I was able to use inputs and checkboxes without too much effort but wanted to use a Switch in an instance instead of a checkbox. A switch is a ON|OFF Component so it would make sense that in the DOM it would use a checkbox and allow handlers with OnChange but that is not wha

styled-system
The-Code-Monkey
The-Code-Monkey commented Feb 18, 2020

I am looking into variants and i feel like its a bit confusing which is the old api and which is the new one?

I feel like I should just be able to drop the variant function onto a component and give it scale="accents" and then if I pass variant="info" then it should look in the theme object for accents and pull the info key inside that yet it doesn't do that unless I write `variants: {

mininternet
mininternet commented Feb 9, 2018

@diegohaz - i noticed a couple of minor spelling errors on the main site:

Basic stack
It includes everything necessary to build a tipical web app with focus on productivity and developer experience.
Learn more about the recomended workflow

Should be typical, and recommended.

Just an FYI.

Thanks!

joshuaquek
joshuaquek commented Feb 13, 2018

It would be really cool to have a section below in the readme to showcase projects built with RAN, or at least maybe somewhere where people can add links to their projects that they've built with this framework! (SUGGESTION)

RobertGary1
RobertGary1 commented Sep 4, 2019

Some steps may click a button on a page or do other things to the page. Because users can be forward and backward it can be difficult to put the page back where it should be when they leave a step. It would be easier if there was a way to have a callback function for a given step.

XenTerSeO
XenTerSeO commented Dec 24, 2017
const HeaderUser = styled.a`
  font-size: 0;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  &:hover {
    border: 0;
    margin-top: -10px;
    padding-top: 7px;
    border-top: 3px solid rgb(255, 255, 255);

    /* ${HeaderAvatar} {
      border: 2px solid rgb(255, 255, 255);
    } */
  }
`

=>

ERROR in ./clie
atomic-layout
kettanaito
kettanaito commented Oct 24, 2019

What:

If I am a contributor and decide to improve the documentation I cannot do it unless I have an access into Atomic Layout's GitBook organization.

Why:

Current documentation repository is an artifact of the deployed documentation on GitBook. Since the current GitBook is a paid SaaS, as opposite to its previous OSS version, you c

Created by Glen Maddern, Max Stoiber

Released October 2016

Latest release about 2 months ago

Repository
styled-components/styled-components
Website
styled-components.com

Related Topics

css react react-native
You can’t perform that action at this time.