Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gah-code/modern-component-arch

Styled component workshop
https://github.com/gah-code/modern-component-arch

css design-system javascript react styled-components

Last synced: about 1 month ago
JSON representation

Styled component workshop

Awesome Lists containing this project

README

        

# Set Up

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## npm install --save-dev babel-plugin-styled-components

[Babel Macros](https://github.com/kentcdodds/babel-plugin-macros)

## Performance

[Tool for comparing performance of different CSS solutions](https://necolas.github.io/react-native-web/benchmarks/)

### Exercise 1 - FAQ components

### Global Styles - resets

[Eric Meyer](https://meyerweb.com/eric/tools/css/reset/)

[responsive accessible table](https://adrianroselli.com/2017/11/a-responsive-accessible-table.html#Example)

# Buttons

[the as prop](https://styled-components.com/docs/api#as-polymorphic-prop)

### Escape Hatches

- Escape hatches are tools that allow us to break free of the constraints that normally serve us well.

[Contextual Styles](https://ellodave.dev/blog/article/contextual-css-and-the-problems-therein/)