New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

flowbite-mithril

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flowbite-mithril

Mithril components built for Flowbite and Tailwind CSS

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

flowbite-mithril

Work in progress.

✅ = Fully implemented

🚧 = Partially implemented

❌ = Not implemented

Components

NameDoneNotes
Accordion
Alert
Avatar
Badge
Breadcrumb
Button
Button group
Card
Carousel
Datepicker
Dropdown
Footer
KBD
List group
Modal
Navbar
Pagination
Progress bar
Rating
Sidebar
Spinner
Table🚧Missing hover/striped
Tabs
Timeline
Toast
Tooltip

Forms

NameDoneNotes
Checkbox
File Input🚧Missing dropzone
Input
Radio
Range
Select
Textarea
Toggle

Typography

NameDoneNotes
Blockquote

Getting started

Learn how to get started with Flowbite Mithril.

Setup Tailwind CSS

Install Tailwind CSS:

npm i -D autoprefixer postcss tailwindcss
npx tailwindcss init -p

Point Tailwind CSS to files you have class="..." in:

module.exports = {
  content: ["./src/**/*.js"],
  theme: {
    extend: {},
  },
  plugins: [],
};

Add Tailwind CSS to a CSS file:

@tailwind base;
@tailwind components;
@tailwind utilities;

Install Flowbite Mithril

Install Flowbite and Flowbite Mithril:

npm i -D flowbite github:alexferl/flowbite-mithril

Add the Flowbite plugin to tailwind.config.js, and include content from flowbite-mithril:

module.exports = {
  content: ["./node_modules/flowbite-mithril/src/**/*.js"],
  plugins: [require("flowbite/plugin")],
};

Keywords

flowbite

FAQs

Package last updated on 25 Nov 2023

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