1.5.0 • Published 5 years ago

@schibstedspain/sui-list-bullet v1.5.0

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

ListBullet

Bullet list component It has two behaviours, standard and responsive.

Installation

$ npm install @schibstedspain/sui-list-bullet --save

Usage

Basic usage

import ListBullet from '@schibstedspain/sui-list-bullet'

const listItems = [
  {
    illustration: 'https://s.ccdn.es/images/motivation-search.svg',
    title: 'Publica con total seguridad',
    text:
      'Te damos todas las herramientas para un proceso de venta seguro'
  },
  {
    illustration: 'https://s.ccdn.es/images/motivation-trust.svg',
    title: 'Gestiona tu anuncio según tus necesidades',
    text: 'Edita y renueva tu anuncio tantas veces como necesites'
  }
]

return (<ListBullet listItems={listItems} responsive />)

Find full description and more examples in the demo page.