Skip to content

Releases: zshaian/bordex

v0.2.0

18 Nov 06:39
Compare
Choose a tag to compare

Release Date: 11/18/2024

New Feature Glowing Gradient Border

  • add a new function addGlowingGradientBorder that will add a glowing gradient border to the element.

v0.1.4

06 Nov 10:33
Compare
Choose a tag to compare

Release Date: 11/6/2024

Fixed

  • Resolved background overlap issue between parent and border elements, ensuring the parent element’s background no longer interferes with the border display.

v0.1.0

02 Nov 19:42
Compare
Choose a tag to compare

Release Date: 11/3/2024

Overview

This is the initial release of Bordex, a JavaScript library for generating stylish pre-styled borders for HTML elements.

Features

  • Pre-styled borders for easy application.
  • Simple API for customization.

Installation

npm install bordex

or use the CDN link.

Usage Example

import { addGradientBorder } from 'bordex';
const element = document.querySelector('.my-element');

addGradientBorder(element,{});

Known Issues

  • Initial bugs may exist, feedback is appreciated.

Thank you for checking out Bordex.