clinical:ui-semantics

v1.0.0Published 9 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

clinical-ui-semantics

Package to provide semantic CSS classes to your app. Based on Bootstrap3.

Installation

First, install the clinical-ui-semantics package from the command line, like so:

1mrt add clinical-ui-semantics

Alternatively, if you'd like to bypass Atmosphere, and install directly from GitHub, you could update your application's smart.json file, like so:

1{
2  "meteor": {
3    "branch": "master"
4  },
5  "packages": {
6    "mousetrap": {
7      "git": "https://github.com/awatson1978/clinical-ui-semantics.git"
8    }
9  }
10}

Supported Syntax

  • clickable
  • unselectable
  • fullwidth
  • fullheight
  • bold
  • centered
  • strikeout
  • padded
  • padded-horizontal
  • with-horizontal-padding
  • horizontally-padded
  • padded-vertical
  • with-vertical-padding
  • vertically-padded
  • without-padding
  • nopadding
  • no-padding
  • without-right-padding
  • without-left-padding
  • without-top-padding
  • without-bottom-padding
  • with-margins
  • with-bottom-spacer
  • with-bottom-padding
  • with-top-spacer
  • with-top-padding
  • with-right-padding
  • with-left-padding