1.6.0 • Published 4 years ago

@schibstedspain/sui-card-arrow v1.6.0

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

CardArrow

Description

Installation

$ npm install @schibstedspain/sui-card-arrow --save

Usage

Basic usage

import CardArrow from '@schibstedspain/sui-card-arrow'

const link = 'https://www.lorem.com/'

const media = {
  alt: 'Lorem image',
  src: 'https://www.lorem.com/ipsum.jpg'
}

const text = {
  title: 'Lorem',
  description: 'Lorem ipsum dolor sit amet'
}

return (<CardArrow media={media} text={text} link={link}/>)

Find full description and more examples in the demo page.