pui-css-imagesdeprecated

images css component for Pivotal UI based on Bootstrap

Usage no npm install needed!

<script type="module">
  import puiCssImages from 'https://cdn.skypack.dev/pui-css-images';
</script>

README

pui-css-images

A CSS images component that can be installed via this npm package. This package provides all of the CSS you need to use the component.

Installation

To install the package from the command line:

npm install pui-css-images

Usage

<div class="row">
  <div class="col-md-5">
    <img alt="Responsive image" class="img-responsive" src="//i.imgur.com/jbZLBsu.jpg"/>
  </div>
  <div class="col-md-7">
    <img alt="Responsive image" class="img-responsive" src="//i.imgur.com/jbZLBsu.jpg"/>
  </div>
  <div class="col-md-12">
    <img alt="Responsive image" class="img-responsive" src="//i.imgur.com/jbZLBsu.jpg"/>
  </div>
</div>

You can find more examples of the images component in the pui style guide


This is a component of Pivotal UI, a collection of React and CSS components for rapidly building and prototyping UIs.

Styleguide Github npm

(c) Copyright 2017 Pivotal Software, Inc. All Rights Reserved.