0.0.53 • Published 6 years ago

trmb-css v0.0.53

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Trimble css library

Trimble css library is the initiative to develop the css class for commonly used ui elements such as checkbox, form elements, table, grid, etc. This strictly follow the trimble style guidelines and coding standard.

Status of ui elements

Element namestatus
ButtonsCompleted
Input boxCompleted
CheckboxCompleted
Text areaCompleted
LabelCompleted
Select boxCompleted
Radio buttonCompleted
Avatar imageCompleted
Table viewCompleted
Grid viewCompleted

Above css code are available in three formats.

  • Scss file
  • Css file
  • Dom-module file (this can be include in any web component)

Installation

Through npm

$npm install trmb-css
//If you want to include in all css element in your application
import 'node_modules/trmb-css/src/scss/style.scss'

//If you want to include only one element
import 'node_modules/trmb-css/src/scss/button.scss'

Through yarn

$yarn add trmb-css
//If you want to include in all css element in your application
import 'bower_components/trmb-css/src/scss/style.scss'

//If you want to include only one element
import 'bower_components/trmb-css/src/scss/button.scss'

Through cdn url

//If you want to include in all css element in your application
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/trmb-css@0.0.52/dist/css/style.min.css">

//If you want to include only one element
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/trmb-css@0.0.52/dist/css/button.min.css">

Javascript support

For javascript functional support, like show and hide accordian menu, upload avatar, cropper plugins, etc you need to include the below javascript file in your application along with Css

via npm
<script src="node_modules/trmb-css/dist/js/trmb-css.js" type="text/javascript">
via yarn
<script src="bower_components/trmb-css/dist/js/trmb-css.js" type="text/javascript">
via cdn
<script src="https://cdn.jsdelivr.net/npm/trmb-css@0.0.52/dist/js/trmb-css.js" type="text/javascript">

Latest version

0.0.52

For development mode

$ git clone ssh://git@bitbucket.trimble.tools/twc/trmb-css.git
$ cd trmb-css
$ npm install -g gulp
$ npm install
$ npm install safe-regex -g (if needed)
//To compile sass to css
$ gulp sass
//To generate documentation from kss comments
$ gulp kss

UX Team

  • Megan (megan_ezeadi@trimble.com)
  • Marita (marita_franzke@trimble.com)
  • Durai (durai_murugan@trimble.com)
  • Balasubramanian (balasubramanian_dharmaraj@trimble.com)
0.0.53

6 years ago

0.0.52

6 years ago

0.0.51

6 years ago

0.0.42

6 years ago

0.0.40

6 years ago

0.0.39

6 years ago

0.0.37

6 years ago

0.0.35

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago