Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonweniger/mintflowui

A component library for the crypto creators age. Build by MintGate
https://github.com/simonweniger/mintflowui

cryptocurrency css-framework nft tailwind-css ui-kit ui-library

Last synced: 15 days ago
JSON representation

A component library for the crypto creators age. Build by MintGate

Awesome Lists containing this project

README

        

# mintflowui
A component library for the crypto creators age. Build beautiful user interfaces arround tokens, nfts and crypto economies.
Adds component classes like `btn`, `card` and more to Tailwind CSS

## Features
- **Tailwind CSS plugin**
mintflowui is a Tailwind CSS plugin. Install it, add it to your `tailwind.config.js` file.
- **Component classes**
Adds component classes to Tailwind. Classes like `btn`, `card`,… So you will end up with a cleaner HTML.
- **Semantic color names**
Adds color names like `primary`, `secondary`, `accent`,….
- **Customizable**
You can customize the design of components with Tailwind utility classes and CSS variables.
- **Themeable**
Add multiple themes and customize colors. You can even set a theme for a specific section of your page.
- **RTL supported**
Enable `rtl` config for right to left layouts.
- **Pure CSS**
No script file, no dependencies. 2KB gzip!
- **Build for Dapps**
Comoponents designed for Web3 Applications (NFTs, Tokens, Wallets etc.)

---

## 👩‍💻 Install now!

```bash
npm i @mintgate/mintflowui --save
```

or

```bash
yarn add @mintgate/mintflowui
```

Then add mintflowui to your `tailwind.config.js`
```js
module.exports = {

plugins: [
require('@mintgate/mintflowui'),
],

}
```

---
## 🎉 Use
Use component classes like `btn`, `card`, etc… to add beautifull looking NFT and Token cards to your UI.
```html
Hello!
```
```html



Card Title


Card text




```
---