0.1.1 • Published 4 years ago

@rock-kit/ui-byline v0.1.1

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

category: packages

ui-byline

npm  build-status  MIT License  Code of Conduct

A byline component.

Components

The ui-byline package contains the following:

  • Byline
  • Media will be removed in v8.0.0, use Byline instead

Installation

yarn add @rock-kit/ui-byline

Usage

import React from 'react'
import { Byline } from '@rock-kit/ui-byline'

const MyByline = () => {
  return (
    <Byline description={lorem.sentence()}>
      <Avatar name="Julia Childer" />
    </Byline>
  )
}