Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/blocklang/bootstrap-classes
- Owner: blocklang
- Created: 2019-09-01T21:47:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:46:26.000Z (11 months ago)
- Last Synced: 2024-09-27T16:20:32.187Z (about 2 months ago)
- Topics: bootstrap4, css-classes
- Language: TypeScript
- Size: 563 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
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;
```