Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jeduardogruiz
/
Swap
like
0
Running
App
Files
Files
Community
854d998
Swap
/
token_row.tsx
jeduardogruiz
Create token_row.tsx
854d998
verified
5 months ago
raw
Copy download link
history
blame
Safe
110 Bytes
import
{
TokenRow
}
from
'@coinbase/onchainkit/token'
;
const
token = { ... };
<
TokenRow
token
=
{token}
/>
;