Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mintgate/mintflowui

Package Overview
Dependencies
Maintainers
4
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintgate/mintflowui

mintflowui - CSS components for the crypto age

  • 0.4.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-75%
Maintainers
4
Weekly downloads
 
Created
Source

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> 

Keywords

FAQs

Package last updated on 12 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc