0.0.12 • Published 6 months ago

simple-masonry-ui v0.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Simple-Masonry

Installation

To install execute the command:

npm install simple-masonry-ui

Usage

Horizontal-Masonry

import {HorizontalMasonry} from "simple-masonry-ui";

// Horizontal Masonry Example
<HorizontalMasonry gap={0.5}>
    <CategoryBadge text="Long Long Long Category"/>
    <CategoryBadge text="Short Category"/>
    <CategoryBadge text="Category"/>
    <CategoryBadge text="Test"/>
    <CategoryBadge text="Short"/>
    <CategoryBadge text="A"/>
    <CategoryBadge text="B"/>
    <CategoryBadge text="C"/>
    <CategoryBadge text="ABC"/>
    <CategoryBadge text="More"/>
    <CategoryBadge text="More More"/>
</HorizontalMasonry>

horizontal.png

License

Simple-Masonry is released under the MIT License. See the bundled LICENSE file for details.

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago