Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

amelia earheart

import * as React from 'react';

export function App() {
    return (
      <div style={{ width: '400px' }}>
        <button>Wow</button>
      </div>
    );
}
 
PREVIOUS NEXT
Tagged: #amelia #earheart
ADD COMMENT
Topic
Name
4+9 =