1.0.8 • Published 3 years ago

rakib-flex-style v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

What is Flexbox?

Flexbox is a one-dimensional layout method for arranging items in rows or columns.

Installation

Run npm install rakib-flex-style

How to use this package?

Use:

import FlexStyle from "rakib-flex-style";
const fn=()=>{
return(
<FlexStyle row center className="YOUR OWN CLASSNAME">
   <p>TOTAL POINTS</p>
   <p>480</p>
</FlexStyle>
)}
export default fn;

Props

flex-direction: column || row(Default)
align-items: center || end || flex-start(Default)
justify-content: between || around || evenly || middle || last || flex-start(Default)
flex-wrap: wrap || nowrap(Default)

Author

CHEESE!

Pray for me & support my work!
1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago