1.14.0 • Published 4 months ago

@s-ui/react-card-arrow v1.14.0

Weekly downloads
431
License
MIT
Repository
-
Last release
4 months ago

CardArrow

Description

Installation

$ npm install @s-ui/react-card-arrow --save

Usage

Basic usage

import CardArrow from '@s-ui/react-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.

1.14.0

4 months ago

1.13.0

3 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.0

4 years ago

1.9.0

5 years ago

1.8.0

6 years ago

1.7.0

6 years ago