# analsorhost-simple-bs

> Just a simple development cover basic bootstrap. Sleek, intuitive, and powerful front-end framework for faster and easier web development. .

Latest version **1.0.1** (published 2024-04-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install analsorhost-simple-bs
pnpm add analsorhost-simple-bs
yarn add analsorhost-simple-bs
bun add analsorhost-simple-bs
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2024-04-26 |
| First published | 2024-03-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 15.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Analsorhost |
| Maintainers | rewikisof |
| Keywords | css, sass, ui, responsive, front-end, simple, ux bootstrap |

## Links

- npm: https://www.npmjs.com/package/analsorhost-simple-bs
- Repository: https://github.com/analsorhost/analsorhost-simple-bs
- Homepage: https://github.com/analsorhost/analsorhost-simple-bs.git
- Issues: https://github.com/analsorhost/analsorhost-simple-bs/issues
- npm.io page: https://npm.io/package/analsorhost-simple-bs

## Alternatives

- [@sveltejs/kit](https://npm.io/package/@sveltejs/kit.md) — 2.2M weekly downloads
- [@atlaskit/theme](https://npm.io/package/@atlaskit/theme.md) — 402.0K weekly downloads
- [@tangle-network/brand](https://npm.io/package/@tangle-network/brand.md) — 10.0K weekly downloads
- [seneca](https://npm.io/package/seneca.md) — 7.4K weekly downloads
- [@bsb/base](https://npm.io/package/@bsb/base.md) — 7.2K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2024-04-26
- 1.0.0 — 2024-03-08

## README

<h3 align="center">Custom Simple Analsorhost on Bootstrap</h3>

<p align="center">
Just a simple development cover basic bootstrap. Sleek, intuitive, and powerful front-end framework for faster and easier web development.
</p>

## Installation

1. install cssmolecule

```bash
npm install cssmolecule
```

2. install analsorhost-simple-bootstrap

```bash
npm install analsorhost-simple-bs
```

### Usage

- in your `main.jsx` or `main.tsx` or `main.js` file import the following:

```js
import "cssmolecule";
import "analsorhost-simple-bs";
// your sass entry point
import "./scss/main.scss";
```

Alternatively you can also import the files in your sass.

```scss
@import "cssmolecule/main.scss";
@import "analsorhost-simple-bs/scss/bootstrap.scss";
```

- use it like this

```scss
// include what you want you want from the framework
// reboot/normalize
@include reboot;
// utilities
@include api;
// forms
@include forms;
// buttons
@include buttons;
.form {
  // you can use extend, apply or class
  @include extend("form-inline py-3");
  // your custom styles

  input,
  textarea {
    @include extend("form-control my-2 px-4");
  }
  button {
    @include extend("btn btn-primary w-100");
    // customize without using !important
    background-color: red;
  }
}
// to extend a class

.form-2 {
  @include extend("form", ".");
}
```

---
_Source: https://npm.io/package/analsorhost-simple-bs · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
