MCPcopy Create free account
hub / github.com/catalinmiron/react-typical / render

Method render

example/src/App.js:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16];
17export default class App extends Component {
18 render () {
19 return (
20 <div>
21 <Typical wrapper="span" steps={steps} loop={1} className={'caca'} />
22 </div>
23 )
24 }
25}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected