vrembem

3.0.21 • Public • Published

Vrembem

A complete collection of all Vrembem components into a single comprehensive package for convenience.

npm version

Documentation

Installation

Via CDN

<!-- Include styles -->
<link rel="stylesheet" href="https://unpkg.com/vrembem/dist/styles.css">

<!-- Include scripts -->
<script src="https://unpkg.com/vrembem"></script>

<script>
  // All Vrembem JS modules are loaded into the vrembem namespace
  console.log(vrembem);
</script>

Via NPM

npm install vrembem

Styles

To include all Vrembem components into your styles, just import the vrembem package in your Sass manifest file.

@use "vrembem";

All component variables, functions and mixins are forwarded under their respective namespace and can be customized:

@use "vrembem" with (
  $button-padding: 1rem 2rem
);

Customize core variables which all components inherit from. The example below will prefix all components with vb- to help namespace styles:

@use "vrembem" with (
  $core-prefix-block: "vb-"
);

JavaScript

Import and initialize the components you'll need:

// Import all under the vb namespace
import * as vb from 'vrembem';
const drawer = new vb.Drawer({ autoInit: true });

// Or import individual components
import { Drawer } from 'vrembem';
const drawer = new Drawer({ autoInit: true });

Note that core modules do not need to be initialized since they're just a set of helpful utility and functional modules.

Markup

Include the component's markup into your project. Use the online documentation for more information, customization options, code examples and available modifiers.

<div class="drawer__wrapper">
  <aside data-drawer="[unique-id]" class="drawer">
    <div class="drawer__item">
      <button data-drawer-close>...</button>
    </div>
  </aside>
  <div class="drawer__main">
    <button data-drawer-toggle="[unique-id]">...</button>
  </div>
</div>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.0.2114latest
4.0.0-next.327next

Version History

VersionDownloads (Last 7 Days)Published
3.0.2114
4.0.0-next.327
4.0.0-next.312
4.0.0-next.300
4.0.0-next.290
4.0.0-next.280
4.0.0-next.270
4.0.0-next.260
3.0.200
4.0.0-next.250
4.0.0-next.240
4.0.0-next.230
4.0.0-next.220
4.0.0-next.210
4.0.0-next.200
4.0.0-next.190
4.0.0-next.180
4.0.0-next.170
4.0.0-next.160
4.0.0-next.150
4.0.0-next.140
4.0.0-next.130
4.0.0-next.120
4.0.0-next.110
4.0.0-next.100
4.0.0-next.90
4.0.0-next.80
4.0.0-next.70
3.0.190
4.0.0-next.60
3.0.180
4.0.0-next.50
3.0.170
4.0.0-next.40
3.0.160
3.0.150
4.0.0-next.30
3.0.140
4.0.0-next.20
4.0.0-next.10
4.0.0-next.00
3.0.130
4.0.0-alpha.10
3.0.110
3.0.100
3.0.90
3.0.80
3.0.70
3.0.60
3.0.50
3.0.40
3.0.30
3.0.20
3.0.10
3.0.00
2.0.00
1.42.10
1.42.00
1.41.00
1.40.30
1.40.20
1.40.10
1.40.00
1.39.00
1.38.00
1.37.00
1.36.10
1.36.00
1.35.20
1.35.10
1.35.00
1.34.20
1.34.10
1.34.00
1.33.20
1.33.10
1.33.00
1.32.20
1.32.10
1.32.00
1.31.20
1.31.10
1.31.00
1.30.10
1.30.00
1.29.00
1.28.00
1.27.00
1.26.00
1.25.20
1.25.10
1.25.00
1.24.10
1.24.00
1.23.00
1.22.30
1.22.20
1.22.10
1.22.00
1.21.00
1.20.00
1.19.00
1.18.20
1.18.10
1.18.00
1.17.00
1.16.00
1.15.50
1.15.40
1.15.30
1.15.20
1.15.10
1.15.00
1.14.90
1.14.80
1.14.70
1.14.60
1.14.50
1.14.40
1.14.30
1.14.20
1.14.10
1.14.00
1.13.10
1.13.00
1.12.00
1.11.00
1.10.00
1.9.00
1.8.40
1.8.30
1.8.22
1.8.10
1.8.00
1.7.30
1.7.20
1.7.10
1.7.00
1.6.00
1.5.40
1.5.30
1.5.20
1.5.10
1.5.00
1.4.10
1.4.00
1.3.00
1.2.10
1.2.00
1.1.10
1.1.00
1.0.30
1.0.20
0.7.00
0.6.00
0.5.00
0.4.00
0.3.10
0.3.00
0.2.710
0.2.700
0.2.690
0.2.682
0.2.670
0.2.660
0.2.650
0.2.640
0.2.630
0.2.620
0.2.610
0.2.600
0.2.590
0.2.580
0.2.570
0.2.560
0.2.550
0.2.540
0.2.530
0.2.520
0.2.510
0.2.500
0.2.490
0.2.480
0.2.470
0.2.460
0.2.450
0.2.440
0.2.430
0.2.420
0.2.410
0.2.400
0.2.390
0.2.380
0.2.370
0.2.360
0.2.350
0.2.340
0.2.330
0.2.320
0.2.310
0.2.300
0.2.290
0.2.280
0.2.270
0.2.260
0.2.250
0.2.240
0.2.230
0.2.220
0.2.210
0.2.200
0.2.190
0.2.180
0.2.170
0.2.160
0.2.150
0.2.140
0.2.130
0.2.120
0.2.110
0.2.100
0.2.90
0.2.80
0.2.70
0.2.60
0.2.50
0.2.40
0.2.30
0.2.20
0.2.10
0.2.00
0.1.50
0.1.40
0.1.30
0.1.20
0.1.10
0.1.00
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i vrembem

Weekly Downloads

27

Version

3.0.21

License

MIT

Unpacked Size

3.2 MB

Total Files

25

Last publish

Collaborators

  • sebnitu