5.4.4 • Published 7 years ago
@comparaonline/ui-offer-layout-results v5.4.4
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.Siderit's a column with a 3/12 cols for the grid
Layout.Contentit's a column with a 9/12 cols for the grid
5.4.4
7 years ago
5.4.3
7 years ago
4.8.5
7 years ago
4.8.4
7 years ago
4.8.2
7 years ago
4.7.1
7 years ago
4.7.0
7 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
8 years ago
2.0.7-0
8 years ago
2.0.6-0
8 years ago
2.0.5-0
8 years ago
2.0.4-0
8 years ago
2.0.3-0
8 years ago
2.0.2-0
8 years ago
2.0.1-0
8 years ago
2.0.0-0
8 years ago
1.6.28
8 years ago
1.6.20
8 years ago
1.6.9
8 years ago