home
projetos
contato
onde me achar
More
import { Button }from 'hs-uilib'
​
function App() { return <Button title="Press Me" backgroundColor="#219ebc" onClick={() => ()} /> }