0.7.0 • Published 4 years ago

@cfware/full-center v0.7.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.6

5 years ago

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago