Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonweniger/mintflowui
- Owner: simonweniger
- License: mit
- Created: 2021-05-24T09:10:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T21:31:41.000Z (8 months ago)
- Last Synced: 2024-10-13T00:22:00.737Z (about 1 month ago)
- Topics: cryptocurrency, css-framework, nft, tailwind-css, ui-kit, ui-library
- Language: CSS
- Homepage:
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```
---