Posts by OSCAR ANTONIO COSTA • 43 points
2 posts
-
2
votes1
answer58
viewsQ: React + typescript how to pull 1 function within a React component
export function BotaoMenuLink(props: Props) { return ( <> <div className=""> <a type="button" onClick={BotaoToggli} className="bg-blue-700 hover:bg-blue-800 h-10 w-10 rounded-full "…
-
0
votes1
answer33
viewsQ: How to place the Icon at the end of an H4
I’m trying to make a button in React, but unfortunately I can’t put Icon behind the phrase import React from 'react'; export function BotaoMenu(){ return( <> <div className="row-flex-auto…