0.2.4 • Published 3 months ago

fadgram-ui v0.2.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Fadgram UI

Fadgram UI is a Tailwind CSS plugin that provides a set of custom utility classes to enhance your web development experience. This plugin is designed to work seamlessly with Tailwind CSS, allowing you to quickly and easily style your web applications. FadgramUI

Requirements

this plugin requires Tailwindcss v4 if your project uses Tailwindcss v3 you must install our plugin compatible with tailwindcss v3 Fadgram UI 3 Documentation.

Documentation

For components and detailed documentation and examples, please visit the Fadgram UI 4 Documentation.

Installation

To install Fadgram UI, you need to have Tailwind CSS already set up in your project. If you haven't set up Tailwind CSS yet, follow the official installation guide.

Once Tailwind CSS is set up, you can install Fadgram UI via npm:

npm i fadgram-ui

Usage

import in your main style file like (app.css).

To use Fadgram UI in your project, you need to import it in your main style file like: (main.css or app.css) or any main style file after import tailwindcss.

@import "tailwindcss";
@import "fadgram-ui";

Javascript helpers.

Add javascript helpers to your main javascript file (main.js) or (app.js). javascript helpers required by some components like (dropdown, modal, tooltip, offcanvas, tabs, toast ...etc);

import "fadgram-ui/helpers";

Javascript modules.

Initialize all components helpers:

import { initFadgramUI } from "fadgram-ui/helpers";
document.addEventListener("DOMContentLoaded", () => {
  initFadgramUI();
});

Contributing

We welcome contributions to Fadgram UI! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request on our GitHub repository.

License

Fadgram UI is open-source software licensed under the MIT license.

Acknowledgements

We would like to thank the Tailwind CSS team for their amazing work on the framework that makes plugins like Fadgram UI possible.

0.2.1

3 months ago

0.1.8

3 months ago

0.1.7

3 months ago

0.1.9

3 months ago

0.2.3

3 months ago

0.2.2

3 months ago

0.1.6

3 months ago

0.2.4

3 months ago

0.1.2

4 months ago

0.1.4

4 months ago

0.1.3

4 months ago

0.1.5

4 months ago

0.1.0

4 months ago

0.1.1

4 months ago

0.0.9

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

4 months ago

0.0.4

4 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago

1.0.0

4 months ago