1.0.1 • Published 5 months ago

@saadanwar/easeui v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

EaseUI

EaseUI is a JavaScript library for creating a simple and customizable Website dynamically in your web projects.

its include

  • Navbar: A customizable navigation bar for easy navigation.
  • Login Pages: Secure and user-friendly login pages for authentication.
  • Signup Page: Registration page for new users to create an account.
  • Dashboard: A centralized space displaying key information and features.
  • Cards: Modular components for presenting information or actions.
  • Animation: Smooth and engaging animations to enhance user experience.
  • Progress Bar: Visual representation of progress or loading status.
  • SVG: Scalable Vector Graphics for high-quality and responsive images.

Usage

To integrate these features into your project, follow the instructions in the respective sections below.

Navbar

Include the following HTML in your project:

  <script
      defer
      src="https://cdn.jsdelivr.net/gh/saadmalik7223/EaseUI@main/main.js"
    ></script>
    <link
      rel="stylesheet"
      href="https://cdn.jsdelivr.net/gh/saadmalik7223/EaseUI@main/style.css"
    />
<div id="ease-navbar-root"></div>

to creame navbar call this fucntion ......

easeNavbar_v1(
  [
    { name: "Home", href: "#" },
    { name: "Contact", href: "#" },
    { name: "About Us", href: "#" },
  ],
  { logo_url: "path/to/logo.png", bg: "#333", size: "1rem", color: "white" }
);

Alt text

1.0.1

5 months ago

1.0.0

5 months ago