mini-bootstrap

1.0.3 • Public • Published

MINI-BOOTSTRAP 🚀

This is my very first basic npm package. Use it to style your website. It contains HTML, CSS and JavaScript-based design templates for some interface components.

Installation

  npm install mini-bootstrap

Usage

Add the class apply-styles to apply your styling to the DOM element.

  <div class='apply-styles'></div>

Then, in the javascript file

  import {styles} from 'mini-bootstrap';
  
  styles({
    shadow : "hard",
  });

Documentation

Apart from shadows, you can also add the following property:

Property Possible values
shadow hard / soft
border hard / soft
padding p-1 /p-2 /p-3 /p-4 /p-5
margin m-1 /m-2 /m-3 /m-4 /m-5
fontSize sm / md / lg /
fontWeight light / normal / medium / bold

License

MIT

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i mini-bootstrap

      Weekly Downloads

      0

      Version

      1.0.3

      License

      MIT

      Unpacked Size

      5.34 kB

      Total Files

      4

      Last publish

      Collaborators

      • sadeedpv