
Security News
PolinRider: North Korea-Linked Supply Chain Campaign Expands Across Open Source Ecosystems
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.
Dyvix is an open source, modern, config-driven, animated component UI library. Beautiful by default, customizable by design.
npm i dyvix-ui
import { Modal } from 'dyvix-ui'
function ModalExample()
{
return(
<Modal
title="Register"
type="form"
animation="bubble" // bubble | fade | zoom | unfold | glitch
Id="register-modal"
className="modal"
theme='Singularity' // Singularity | Industrial | Ember | Frost | Blade
elements={[
{ type: "text", placeholder: ["First Name", "Last Name"], id: "name", name: ["firstName", "lastName"], amount: 2 },
{ type: "email", placeholder: "Email", validation: ["email"], id: "email", name: "email", amount: 1 },
{ type: "password", placeholder: "Password", validation: ["password"], id: "password", name: "password", amount: 1 },
]}
onSubmit={(data) => console.log(data)}
/>
)
}
import { DyvixToastContainer, dyvixToast } from 'dyvix-ui';
function ToastExample()
{
function notify()
{
dyvixToast.success('This a new message');
}
return (
<>
<DyvixToastContainer position='top-right' duration={5000} animation='fade'/>
<button onClick={notify}>Notify</button>
</>
)
}
Full Documentation & Live Demos: dyvix-ui.vercel.app
Feel free to open meaningful issues and prs. Check our contributing guide and open contribution trackers:
FAQs
Dyvix is an open source, modern, config-driven, animated component UI library. Beautiful by default, customizable by design.
The npm package dyvix-ui receives a total of 62 weekly downloads. As such, dyvix-ui popularity was classified as not popular.
We found that dyvix-ui demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Security News
PolinRider expands across npm, Packagist, Go modules, and Chrome extensions, using hidden loaders to target developer environments.

Security News
Open source attacks are accelerating as AI coding agents pull in dependencies faster, with less human review.

Research
/Security News
Malicious Chrome and Firefox extensions posed as free VPNs while stealing clipboard data through later extension updates.