# valence-ui-validation **Repository Path**: mirrors_Brightspace/valence-ui-validation ## Basic Information - **Project Name**: valence-ui-validation - **Description**: Mixins and CSS for applying validation styles - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vui-validation [![Bower version][bower-image]][bower-url] [![NPM version][npm-image]][npm-url] [![Build status][ci-image]][ci-url] [![Dependency Status][dependencies-image]][dependencies-url] This component contains [Sass mixins](http://sass-lang.com) and CSS for styling validation messages. ## Installation `vui-validation` can be installed from [Bower][bower-url]: ```shell bower install vui-validation ``` Or alternatively from [NPM][npm-url]: ```shell npm install vui-validation ``` Depending on which installation method you choose, use that path when doing the SASS import: ```scss @import 'bower_components/vui-validation/validation.scss'; // or... @import "node_modules/vui-validation/validation.scss"; ``` ## Usage **Bubbles:** Bubbles are intended to be displayed on focus. In the follwing example, the consumer would apply the `bubble-show` class to display the bubble. ```html