nootstrap-ui
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

Nootstrap

Nootstrap

Not Bootstrap: Sass Front-End Web Framework

You probably know Bootstrap, the framework that provides a collection of tools useful for creating website and web application design.
Although it is excellent, too many people use it without customizing the default theme. All sites end up looking alike, without having a real design of their own.

Nootstrap is a SASS framework that offers the same tools as Bootstrap (with a few more) without proposing any default style, leaving the developers to create their own.

Github Stars Github Forks Discord Contribute

Project Health

Codacy Github Actions


Prerequisites

You need NodeJS installed on your computer. You also need a Sass compiler. Personally I use Webpack, with a home-made configuration generator: webpack-config-generator. If you're looking for a simpler, more minimalist tool just for compiling Sass, the Compass.app tool does the job.

Installation

Nootstrap is available on the NPM package manager. It can be installed with the following command:

npm install nootstrap-ui

Include in your project

Different ways to import the Javascript file from Nootstrap:

HTML

<script defer src="~nootstrap-ui/build/Nootstrap.min.js"></script>

OR

Javascript

import "nootstrap-ui";

OR

Typescript

import "nootstrap-ui"

And a way to import the Sass file:

Sass

@import nootstrap-ui

Documentation

For full demo & documentation, visit https://morgancaron.github.io/Nootstrap/


Additional Informations

Top Language License

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i nootstrap-ui

    Weekly Downloads

    4

    Version

    1.0.7

    License

    ISC

    Unpacked Size

    259 kB

    Total Files

    37

    Last publish

    Collaborators

    • morgancaron