Skip to content

Instantly share code, notes, and snippets.

View luke-john's full-sized avatar

Luke John luke-john

View GitHub Profile
@luke-john
luke-john / solar-TextInput-README.md
Created May 24, 2018 19:01
Example markdown driving
@luke-john
luke-john / Building.md
Created November 15, 2018 11:38
Solar engineering styleguide (Bulbs design system)

Building

Component Structure

The pattern should be exported as a named export from a index file in the Pattern folder.

Any pattern specific styled components used in the jsx for the patterns react component should come from an adjacent styled.ts file.

Sub components (react components which are not part of the libraries public api, but used as part of the main react component) should be setup under a components folder.