0.0.26 • Published 5 years ago

@heydays/utility-components v0.0.26

Weekly downloads
4
License
MIT
Repository
-
Last release
5 years ago

Heydays utility components

A component library for Heydays

Install

yarn add @heydays/utility-components

Usage

import React from 'react'
import { Image } from '@heydays/utility-components'

const Person = props => {
  return (
    <div>
      <h3>{person.name</h3>
      <Image data={person.image} />
    </div>
  )
}

export default Person

Components

Image

For rendering Sanity images in Gatsby

Disclaimer

Have a look if you want, but this is meant for internal use only.

0.0.26

5 years ago

0.0.25

5 years ago

0.0.24

5 years ago

0.0.23

5 years ago

0.0.22

5 years ago

0.0.21

5 years ago