Releases: zshaian/bordex
Releases · zshaian/bordex
v0.2.0
v0.1.4
v0.1.0
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.