- west coast
- @sandgraham
Pinned Loading
-
uber/baseweb
uber/baseweb PublicA React Component library implementing the Base design language
-
-
Convert a country's ISO-2 string to ...
Convert a country's ISO-2 string to a flag emoji in a single line 1const iso2FlagEmoji = iso => String.fromCodePoint(...[...iso.toUpperCase()].map(char => char.charCodeAt(0) + 127397));
23iso2FlagEmoji("US"); // "🇺🇸"
-
Randoms thoughts on theme systems
Randoms thoughts on theme systems 1# Themes
23A **theme** is the static configuration of a theme-able system. This requires a way to express the configuration and a theme-able system that is responsible for using the configuration to apply the expected styling.
45I would argue that a good theme system has two key properties:
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.