5.4.4 • Published 6 years ago

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

Weekly downloads
9
License
MIT
Repository
-
Last release
6 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

6 years ago

5.4.3

6 years ago

4.8.5

6 years ago

4.8.4

6 years ago

4.8.2

6 years ago

4.7.1

6 years ago

4.7.0

6 years ago

3.4.6

7 years ago

3.4.5

7 years ago

3.4.4

7 years ago

3.4.3

7 years ago

3.4.1

7 years ago

3.4.0

7 years ago

2.2.1

7 years ago

2.1.8

7 years ago

2.1.8-staging

7 years ago

2.1.5

7 years ago

2.1.0

7 years ago

2.0.10-0

7 years ago

2.0.9-0

7 years ago

2.0.8-0

7 years ago

2.0.7-0

7 years ago

2.0.6-0

7 years ago

2.0.5-0

7 years ago

2.0.4-0

7 years ago

2.0.3-0

7 years ago

2.0.2-0

7 years ago

2.0.1-0

7 years ago

2.0.0-0

7 years ago

1.6.28

7 years ago

1.6.20

7 years ago

1.6.9

7 years ago