A Component Library Based on the BEM Methodology

Vrembem is a front-end component library written to provide popular web interface styles. This allows developers and designers to implement powerful components in their web projects while keeping them flexible and customizable through the use of BEM methodology and Sass CSS extension language.

This Vrembem repository is managed as a monorepo that has all available components. Include all components with this comprehensive ergonomic vrembem package.

Components Included:

  • Breadcrumb
  • Button-group
  • Button
  • Card
  • Checkbox
  • Core
  • Dialog
  • Drawer
  • Dropdown
  • Grid
  • Icon-action
  • Icon
  • Input
  • Level
  • Media
  • Menu
  • Modal
  • Notice
  • Radio Button
  • Section
  • Switch
  • Table
  • Tooltip

How to make use of it:

1. Install and import parts as follows:

// install
npm install vrembem

// import all components
@use "vrembem";
import * from 'vrembem';

2. Or import parts of your alternative.

// Modal Component
npm install @vrembem/modal
@use "@vrembem/modal";
import Modal from '@vrembem/modal';

3. Or embrace the compiled JavaScript and CSS information on the web page.

<link rel="stylesheet" href="https://unpkg.com/@vrembem/COMPONENT/dist/styles.css">
<script src="https://unpkg.com/@vrembem/COMPONENT/dist/scripts.umd.js"></script>

4. Customize the part bypassing the variables utilizing the with key phrase.

@use "@vrembem/modal" with (
  $background: #333,
  $background-alpha: 0.9
);

Modular UI Component Library, Vrembem Plugin/Github


See Demo And Download

Official Website(sebnitu): Click Here

This superior jQuery/javascript plugin is developed by sebnitu. For extra Advanced Usages, please go to the official website.

Related Posts

bootstrap-dropdown-on-hover

[Animation] Bootstrap Multi-Level Responsive Dropdown Menu

Bootstrap-based multi-level dropdown navigation menu with cool animations. The dropdown on Hover is a jQuery plugin used to create Bootstrap multi-level scroll-triggered dropdown menus with CSS3 animations…

Bootstrap-Fileinput

HTML 5 File Input Optimized for Bootstrap 4.x./3.x with File Preview | Bootstrap Fileinput

bootstrap-fileinput is an improved HTML 5 file input  Bootstrap 5.x, 4.x and 3.x with file preview for different files, provides multiple selections, resumable section uploads, and more….

Data-Table-Generator-Tabulator

Interactive Data Table Generator with JS/jQuery and JSON | Tabulator

Tabulator allows you to create interactive tables in seconds from any HTML Table, JavaScript array, AJAX data source, or JSON format data. Just include the library in your…

alert-confirm-prompt-attention-js

Simple Alert, Confirm, Prompt Popup Using Vanilla JavaScript Library | attention.js

JavaScript provides various built-in functionality to display popup messages for different purposes. Attention JS is a vanillaJS plugin used to create a custom alert, confirm, or Prompt…

Bootstrap-4-Toast-Notification-Plugin

Lightweight Bootstrap 4 Toast Notification Plugin | BS4 Advanced Toast

A lightweight Bootstrap 4 Toast Notification plugin integrated with JS/jQuery. bs4-toast.js is a JavaScript library that enhances the native Bootstrap toast component with icons, buttons, callbacks, and…

Audio-Visualizations-Wave

How to Create Audio Visualizations with JavaScript | Wave.js

Audio Visualizer Library – wave.js is a vanilla javascript audio visualization library that provides 20+ creative audio visualization effects to bring more engagement to your visitor. Contribute…

Leave a Reply

Your email address will not be published. Required fields are marked *