1.0.7 • Published 6 years ago

jsl_ui_kit v1.0.7

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

Test UI kit v1 BETA

npm install Test_ui_kit --save

The UI Kit that powers Test's internal projects built on ReactJS, Sass and Antdesign.

Visit the documentation

Standards and Guidelines

https://github.com/Test/Test_ReactStarterKit/wiki/Css-Style-Guide

Usage

We are using sass, simply import the scss file.

// compiled
@import "..path/node_modules/Test_ui_kit/css/main.scss"

//variables
@import "..path/Test_ui_kit/css/utils/variables"

//helpers
@import "..path/Test_ui_kit/css/utils/helpers"

or css

import "Test_ui_kit/css/main.css"

Development

To run develop ui kit

 npm start / yarn start

To run docx

npm run build
npm run docx

To build script:

 npm run build // for deployment in prod
 npm run build:style // build css
 npm run build:lib  // build lib

Special thanks to our inspirations:

Test_ui_kit should never be used outside of officially endorsed Test products or without explicit permission.

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago