Added explain bloc for Wheels
This commit is contained in:
parent
4b4a5e9126
commit
1fbb136f77
3 changed files with 1360 additions and 1 deletions
|
@ -14,7 +14,6 @@
|
||||||
.table-centered>tbody>tr>td{text-align:center}
|
.table-centered>tbody>tr>td{text-align:center}
|
||||||
|
|
||||||
figure{
|
figure{
|
||||||
margin:10px;
|
|
||||||
padding:10px;
|
padding:10px;
|
||||||
background:#fff;
|
background:#fff;
|
||||||
border:1px solid #dadada;
|
border:1px solid #dadada;
|
||||||
|
|
1358
src/components/Wheels/explain.js
Normal file
1358
src/components/Wheels/explain.js
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,7 @@
|
||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import { Container, Row, Col, Table, FormGroup, Input, Button } from 'reactstrap';
|
import { Container, Row, Col, Table, FormGroup, Input, Button } from 'reactstrap';
|
||||||
import Result from "./results"
|
import Result from "./results"
|
||||||
|
import Explain from "./explain"
|
||||||
|
|
||||||
import 'bootstrap/dist/css/bootstrap.min.css';
|
import 'bootstrap/dist/css/bootstrap.min.css';
|
||||||
import '../../App.css';
|
import '../../App.css';
|
||||||
|
@ -243,6 +244,7 @@ Calculez vos futures jantes et futurs pneus en ligne
|
||||||
:
|
:
|
||||||
(null)
|
(null)
|
||||||
}
|
}
|
||||||
|
<Explain />
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue