This package has been deprecated

Author message:

All Pivotal UI components & styles have been moved to the 'pivotal-ui' package. Install that package for all future updates.

pui-css-border

8.3.3 • Public • Published

pui-css-border

CSS for border control

Installation

To install the package from the command line:

npm install pui-css-border

Usage

<div class="p1 m1 border">.border</div>
<div class="p1 m1 border-top">.border-top</div>
<div class="p1 m1 border-right">.border-right</div>
<div class="p1 m1 border-bottom">.border-bottom</div>
<div class="p1 m1 border-left">.border-left</div>
 
 
<input type="text" class="border-none" placeholder=".border-none" />
 
<table>
    <thead>
        <tr>
            <td>1123123</td><td>sfsd</td>
        </tr>
    </thead>
    <tbody>
        <tr>
            <td>1</td><td>2</td>
        </tr>
    </tbody>
</table>
 

You can find more examples of the border 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.

Package Sidebar

Install

npm i pui-css-border

Weekly Downloads

1

Version

8.3.3

License

MIT

Last publish

Collaborators

  • aberkovec
  • apps-manager
  • atomanyih
  • charleshansen
  • chentom88
  • elana
  • esharma
  • jberney
  • kennyw1019
  • sjolicoeur