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

Method render

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

Source from the content-addressed store, hash-verified

3906
3907class Example99 extends React.Component {
3908 render() {
3909 return (
3910 <Table responsive="md">
3911 <thead>
3912 <tr>
3913 <th>#</th>
3914 <th>Table heading</th>
3915 <th>Table heading</th>
3916 <th>Table heading</th>
3917 <th>Table heading</th>
3918 <th>Table heading</th>
3919 <th>Table heading</th>
3920 </tr>
3921 </thead>
3922 <tbody>
3923 <tr>
3924 <th scope="row">1</th>
3925 <td>Table cell</td>
3926 <td>Table cell</td>
3927 <td>Table cell</td>
3928 <td>Table cell</td>
3929 <td>Table cell</td>
3930 <td>Table cell</td>
3931 </tr>
3932 <tr>
3933 <th scope="row">2</th>
3934 <td>Table cell</td>
3935 <td>Table cell</td>
3936 <td>Table cell</td>
3937 <td>Table cell</td>
3938 <td>Table cell</td>
3939 <td>Table cell</td>
3940 </tr>
3941 <tr>
3942 <th scope="row">3</th>
3943 <td>Table cell</td>
3944 <td>Table cell</td>
3945 <td>Table cell</td>
3946 <td>Table cell</td>
3947 <td>Table cell</td>
3948 <td>Table cell</td>
3949 </tr>
3950 </tbody>
3951 </Table>
3952 );
3953 }
3954}
3955
3956class Example100 extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected