awatson1978 / clinical-ui-semantics

Semantic vocabulary for ClinicalFramework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

mrt 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:

{
  "meteor": {
    "branch": "master"
  },
  "packages": {
    "mousetrap": {
      "git": "https://github.com/awatson1978/clinical-ui-semantics.git"
    }
  }
}

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

About

Semantic vocabulary for ClinicalFramework.


Languages

Language:CSS 82.7%Language:JavaScript 17.3%