3.0.9 • Published 9 months ago

@uireact/flex v3.0.9

Weekly downloads
-
License
GNU
Repository
-
Last release
9 months ago

@UiReact

UiReact icon

This is a React UI library, that defines a customizable theme object that powers all colorations, texts, sizes, etc.. Across your react application.

We are built using framer-motion for great animations and styled-components for easy CSS management.

You should visit our docs page for all information @uireact docs.

@uireact/flex-grid

This package exports UiFlex component used to render a flex grid.

We have a page dedicated to this component @uireact/flex docs.

Usage

Get @UiReact library working

First step is to get the library working for this you can look at this doc: Getting started.

Install package

If using npm:

npm i -S @uireact/flex-grid

Use it

    import { UiFlexGrid } from '@uireact/flex';

    <UiFlexGrid alignItems="center" gap="five">
        <UiFlexGridItem>
            <UiCard>
                <UiText>Item 1</UiText>
            </UiCard>
        </UiFlexGridItem>
        <UiFlexGridItem grow={1}>
            <UiCard>
                <UiText>Item 2</UiText>
            </UiCard>
        </UiFlexGridItem>
    </UiFlexGrid>
3.0.9

9 months ago

3.0.8

10 months ago

3.0.7

10 months ago

3.0.6

10 months ago

3.0.4

10 months ago

3.0.5

10 months ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

2.5.3

1 year ago

2.5.2

1 year ago

2.5.1

1 year ago

2.3.0

1 year ago

2.5.0

1 year ago

2.4.0

1 year ago

2.2.0

1 year ago

2.1.4

1 year ago

2.1.3

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.0

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago