# bootstrap-classes **Repository Path**: blocklang/bootstrap-classes ## Basic Information - **Project Name**: bootstrap-classes - **Description**: Bootstrap v4 class constant - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-09-02 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # bootstrap-classes [![npm version](https://badge.fury.io/js/bootstrap-classes.svg)](https://badge.fury.io/js/bootstrap-classes) Bootstrap v4 class constant. ## How to use Install ```shell npm i bootstrap-classes ``` Use ```ts import * as c from 'bootstrap-classes'; const textMuted = c.text_muted; ```