@3wirebuild/styled-system

component library built with styled-system and emotion

Usage no npm install needed!

<script type="module">
  import 3wirebuildStyledSystem from 'https://cdn.skypack.dev/@3wirebuild/styled-system';
</script>

README

3wire-styled-system

A theme component lib built on styled-system and emotion

Theme Provider

  import { ThemeProvider, defaultTheme } from '3wirebuild/styled-system'


  <ThemeProvider theme={defaultTheme}>
    <App />
  </ThemeProvider>

Layout Styles

Container

Row

Column

Spacer

Forms

Form

Label

TextInput

Typeography

Text