5.4.4 • Published 5 years ago

@comparaonline/ui-offer-layout-results v5.4.4

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

ui-offer-layout-result

Installation

yarn add @comparaonline/ui-offer-layout-result

##Usage

import Layout from '@comparaonline/ui-offer-layout-result';

The Layout, Layout.Sider and Layout.Content is an extension of Grid, so it receives all the props of it.

Implementation

import Layout from '@comparaonline/ui-offer-layout-result';

class MyResults extends React.Component {
    render() {
        return (
            <Layout>
                <Layout.Sider>
                    <CountResults />
                    <Filters />
                </Layout.Sider>

                <Layout.Content>
                    <OfferList />
                </Layout.Content>
            </Layout>
        );
    }
}

Layout.Sider it's a column with a 3/12 cols for the grid

Layout.Content it's a column with a 9/12 cols for the grid

5.4.4

5 years ago

5.4.3

5 years ago

4.8.5

5 years ago

4.8.4

5 years ago

4.8.2

5 years ago

4.7.1

5 years ago

4.7.0

5 years ago

3.4.6

5 years ago

3.4.5

5 years ago

3.4.4

5 years ago

3.4.3

5 years ago

3.4.1

5 years ago

3.4.0

5 years ago

2.2.1

5 years ago

2.1.8

5 years ago

2.1.8-staging

5 years ago

2.1.5

5 years ago

2.1.0

5 years ago

2.0.10-0

5 years ago

2.0.9-0

5 years ago

2.0.8-0

5 years ago

2.0.7-0

5 years ago

2.0.6-0

5 years ago

2.0.5-0

5 years ago

2.0.4-0

5 years ago

2.0.3-0

5 years ago

2.0.2-0

5 years ago

2.0.1-0

5 years ago

2.0.0-0

5 years ago

1.6.28

6 years ago

1.6.20

6 years ago

1.6.9

6 years ago