MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / render

Method render

types/reactstrap-tests.tsx:3957–4002  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3955
3956class Example100 extends React.Component {
3957 render() {
3958 return (
3959 <Table responsive>
3960 <thead>
3961 <tr>
3962 <th>#</th>
3963 <th>Table heading</th>
3964 <th>Table heading</th>
3965 <th>Table heading</th>
3966 <th>Table heading</th>
3967 <th>Table heading</th>
3968 <th>Table heading</th>
3969 </tr>
3970 </thead>
3971 <tbody>
3972 <tr>
3973 <th scope="row">1</th>
3974 <td>Table cell</td>
3975 <td>Table cell</td>
3976 <td>Table cell</td>
3977 <td>Table cell</td>
3978 <td>Table cell</td>
3979 <td>Table cell</td>
3980 </tr>
3981 <tr>
3982 <th scope="row">2</th>
3983 <td>Table cell</td>
3984 <td>Table cell</td>
3985 <td>Table cell</td>
3986 <td>Table cell</td>
3987 <td>Table cell</td>
3988 <td>Table cell</td>
3989 </tr>
3990 <tr>
3991 <th scope="row">3</th>
3992 <td>Table cell</td>
3993 <td>Table cell</td>
3994 <td>Table cell</td>
3995 <td>Table cell</td>
3996 <td>Table cell</td>
3997 <td>Table cell</td>
3998 </tr>
3999 </tbody>
4000 </Table>
4001 );
4002 }
4003}
4004
4005class Example101 extends React.Component<any, any> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected