Spaces:
Running
Running
jeduardogruiz
commited on
Create token_row.tsx
Browse files- token_row.tsx +5 -0
token_row.tsx
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import { TokenRow } from '@coinbase/onchainkit/token';
|
2 |
+
|
3 |
+
const token = { ... };
|
4 |
+
|
5 |
+
<TokenRow token={token} />;
|