@web3uikit/icons
v1.1.2
Published
<img src="https://user-images.githubusercontent.com/13779759/160237628-381adb19-d439-4df6-98af-c3cb67ba5b5c.svg" width="500px" alt="web3uiKit logo" />
Downloads
2,087
Readme
Web3UIKit!
Beautiful and lightweight UI components for web3 developers. This UI library will speed up your dapp development no matter which chain you build on.
Live StoryBook DEMO: https://web3ui.github.io/web3uikit/
⭐️ Star us
If this ui-kit helps you build your dApps faster - please star this project, every star makes us very happy!
🤝 Need help?
If you need help with setting up the boilerplate or have other questions - don't hesitate to write in our community forum and we will check asap. Forum link. The best thing about this boilerplate is the super active community ready to help at any time! We help each other.
🚀 Quick Start
💿 Installation
npm install @web3uikit/icons
or
yarn add @web3uikit/icons
🧰 Usage
import { Metamask } from '@web3uikit/icons';
const App = () => (
<>
<Metamask fontSize="50px" color="#000000" title="Metamask Icon" />
</>
);
▲ Usage with Next.js
If you are using web3uikit
with Next.js, be sure to follow the official guide, since we are using styled-components
under the hood.
🧭 Table of contents
Icons
Go to our live storybook demo to view various icons present in the library.