Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/blocklang/bootstrap-classes

Bootstrap class constant
https://github.com/blocklang/bootstrap-classes

bootstrap4 css-classes

Last synced: about 1 month ago
JSON representation

Bootstrap class constant

Awesome Lists containing this project

README

        

# bootstrap-classes

[![npm version](https://badge.fury.io/js/bootstrap-classes.svg)](https://badge.fury.io/js/bootstrap-classes)

Bootstrap v5 class constant.

## How to use

Install

```shell
npm i bootstrap-classes
```

Use

```ts
import * as c from 'bootstrap-classes';

const textMuted = c.text_muted;
```