UX Collective

We believe designers are thinkers as much as they are makers. https://linktr.ee/uxc

Follow publication

Thoughts around design systems: implementation — React, Styled-Components, and more

BIBOSWAN ROY
UX Collective
Published in
7 min readJun 8, 2020

A surface pattern design visual just as a preview image for the article.
A screenshot of a simple style guideline for a product. Comprise color palette, border,buttons, form parts, fonts, toast, etc
StudioYou style guide
export const H2 = styled.h2`font-size: 1.75rem;line-height: 34px;font-weight: bold;color: ${props =>(props.color && props.theme.color[props.color]) ||props.theme.color.primaryText};`;<Heading><H2 as='h1'>Appointments</H2></Heading>
Screenshot of a React Button component documentation done with storybook. Blue button view and description of its props.
Storybook Button Component
screen shot of a code snippet containing an app’s theme object
screen shot of a code snippet containing an app’s theme object

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

Responses (1)

Write a response

404 on link to repo :-(

--