Prisma 4.6.0

Build with Bootstrap

Quick Start

CSS
Get all the latest updates, by placing the stylesheet <link> into the HTML <head> (before all other stylesheets) to load the CSS.
                <link href="https://celcomdesign.gitlab.io/system/bootstrap/dist/css/prisma.css" rel="stylesheet" />
                
              
JS
Place the required following <script> near the end of your pages, right before the closing </body> tag, to enable them.
                <script src="https://celcomdesign.gitlab.io/system/bootstrap/dist/js/prisma.js"></script>
                
              

Installation

NPM
Install Bootstrap in your Node.js powered apps with the npm package:
              npm install @celcom/bootstrap
            

Other Resources