@intouchg/components

React component library for the Intouch Design System

Usage no npm install needed!

<script type="module">
  import intouchgComponents from 'https://cdn.skypack.dev/@intouchg/components';
</script>

README

@intouchg/components

React component library for the Intouch Design System

Architecture

shouldForwardProp and createShouldForwardProp

This lib exports a custom createShouldForwardProp function for use with the shouldForwardProp option in styled-components or @emotion. This lib's createShouldForwardProp function accepts an array of strings representing the prop names to forward. The createShouldForwardProp function will automatically forward all HTML attributes and filter all default and custom styled-system props.

Prior Art

Components

Accessibility

Creators