React components to document design tokens in a styleguide
npm install @component-driven/react-design-tokens 
React components to document design tokens in a styleguide.
``jsx harmony
import { Grid } from 'theme-ui'
import theme from './src/examples/cdds'
import { Colors, Spacing, Typography } from './src'
;
`
`jsx harmony
import { Grid } from 'theme-ui'
import theme from './src/examples/primer'
import { Colors, Spacing, Typography } from './src'
;
``