0.7.0 • Published 5 years ago

@cfware/full-center v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@cfware/full-center NPM Version

Web Component to center content vertically and horizontally.

Usage

Import to your application:

import '@cfware/full-center';

Use to center content:

<div class="container-class" style="display: flex">
	<full-center>
		<div>This will be in the center of the container element.</div>
	</full-center>
</div>

The parent element must have the style display: flex for this element to work.

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.6

6 years ago

0.4.5

6 years ago

0.4.4

6 years ago

0.4.3

6 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

7 years ago