Sha256: fe2d11884393f67a89f22bf2f64dc91e63e3ec535cd13ced71c4155f41576505

Contents?: true

Size: 208 Bytes

Versions: 21

Compression:

Stored size: 208 Bytes

Contents

import React, { Component } from 'react';

class ExampleComponent extends Component {

  render() {
    return (
      <strong>
        Example!
      </strong>
    )
  }

}

export default ExampleComponent;

Version data entries

21 entries across 21 versions & 2 rubygems

Version Path
learn_create-0.0.22 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.20 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.19 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_duplicate-0.0.15 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_duplicate-0.0.14 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_duplicate-0.0.13 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_duplicate-0.0.12 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_duplicate-0.0.8 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_duplicate-0.0.5 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.18 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.17 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.15 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.14 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.13 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.11 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.10 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.9 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.8 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.7 lib/templates/react-lab-template/src/components/ExampleComponent.js
learn_create-0.0.6 lib/templates/react-lab-template/src/components/ExampleComponent.js