0.4.4 • Published 4 years ago

@mintgate/mintflowui v0.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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!

npm i @mintgate/mintflowui --save

or

yarn add @mintgate/mintflowui

Then add mintflowui to your tailwind.config.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.

<a class="btn">Hello!</a>
<div class="shadow card">
  <div class="card-body">
    <h2 class="card-title">Card Title</h2> 
    <p>Card text</p>
  </div>
</div> 

0.4.4

4 years ago

0.4.3

4 years ago

0.4.1

4 years ago

0.4.2

4 years ago

0.4.0

4 years ago

0.4.1-0

4 years ago

0.3.24-0

4 years ago

0.3.23-0

4 years ago

0.3.22-0

4 years ago

0.3.17-0

4 years ago

0.3.18-0

4 years ago

0.3.19-0

4 years ago

0.3.20-0

4 years ago

0.3.21-0

4 years ago

0.3.15-0

4 years ago

0.3.16-0

4 years ago

0.3.14

4 years ago

0.3.13

4 years ago

0.3.12

4 years ago

0.3.11

4 years ago

0.3.12-0

4 years ago

0.3.9

4 years ago

0.3.10

4 years ago

0.3.8

4 years ago

0.3.5-0

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.7

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.5

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.2-2

4 years ago

0.0.2-1

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.2-0

4 years ago