@anduri/crypto-buy-widget
v1.0.0
Published
A simple React component for buying cryptocurrencies with static data.
Readme
Crypto Buy Widget
A simple React component for buying cryptocurrencies with static data.
Installation
npm install @your-username/crypto-buy-widgetUsage
import { CryptoBuyWidget } from '@your-username/crypto-buy-widget';
function App() {
return (
<div>
<h1>My App</h1>
<CryptoBuyWidget />
</div>
);
}Features
- Select from multiple cryptocurrencies
- Real-time price calculation
- Beautiful Material-UI design
- TypeScript support
Dependencies
This package requires the following peer dependencies:
- react >= 16.8.0
- react-dom >= 16.8.0
- @mui/material >= 5.0.0
- @emotion/react >= 11.0.0
- @emotion/styled >= 11.0.0
License
MIT
