Socket
Book a DemoInstallSign in
Socket

flowshadeui

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowshadeui

A modern UI library built on Tailwind CSS with built in dark mode.

1.0.3-alpha.0
latest
Source
npmnpm
Version published
Weekly downloads
5
150%
Maintainers
2
Weekly downloads
 
Created
Source
Flowshade UI Logo

Flowshade UI

A modern UI library built on Tailwind CSS with built in dark mode.

Installation

CDN:

A CDN can be a quick and easy way to use Flowshade UI in your project. Just insert the following into your <head> tag:

<head>
    <!--Include TailwindCSS CDN-->
    <link href="https://unpkg.com/tailwindcss@^2/dist/tailwind.min.css" rel="stylesheet" />
    
    <!-- Include just Flowshade UI styles. -->
    <link href="https://cdn.jsdelivr.net/npm/flowshadeui@latest/dist/css/flowshadeui.css" rel="stylesheet" />
    
    <!-- Enable components that require a script. -->
    <script src="https://cdn.jsdelivr.net/npm/flowshadeui@latest/dist/js/flowshadeui.js" defer></script>
</head>
TailwindCSS Plugin:

Installing FlowshadeUI from npm can allow you to add FlowshadeUI as a plugin or directly require FlowshadeUI files from node_modules.

$ npm i flowshadeui

In tailwind.config.js:

module.exports = {
    plugins: [
        require("flowshadeui")
    ]
}

Documentation

Documentation is still in the works. It will be out soon :)

License

License

Keywords

ui

FAQs

Package last updated on 29 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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.