New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

pui-css-alignment

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pui-css-alignment

alignment css component for Pivotal UI based on Bootstrap


Version published
Maintainers
14
Created

pui-css-alignment

A CSS alignment 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-alignment

Usage

The following classes can be used for text alignment.

PropertyDescription
txt-lAligns left, default alignment, can be applied to table, tr, td, or th.
txt-rAligns right, can be applied to table, tr, td, or th.
txt-cAligns center (horizontally), can be applied to table, tr, td, or th.
txt-tAligns top, can be applied to table, tr, td, or th.
txt-bAligns bottom, can be applied to table, tr, td, or th.
txt-mAligns middle (vertically), can be applied to table, tr, td, or th.

You can find more examples of the alignment 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 2016 Pivotal Software, Inc. All Rights Reserved.

FAQs

Package last updated on 13 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts