Skip to content

Instantly share code, notes, and snippets.

View Remownz's full-sized avatar
🏠
Working from home

Christian Hoffart Remownz

🏠
Working from home
View GitHub Profile
@Remownz
Remownz / carousel.js
Last active August 29, 2015 14:21 — forked from barryvdh/carousel.js
@Remownz
Remownz / Tab.jsx
Created October 5, 2017 14:53
Usage of withAsyncFonts with styled-components and semantic-ui-react
const StyledTab = styled(({ baseFont, headingFont, textFont, iconsFont, ...rest }) => <SemanticTab {...rest} />)`
&&& .tabular.menu {
display: flex;
font-family: ${props => props.baseFont.styles.fontFamily};
&>.item {
display: inline-block;
font-weight: normal;
text-align: center;
flex-grow: 1;