1.0.46 • Published 7 years ago

@ubidy_devs/ubidy-ui-kit-unstable v1.0.46

Weekly downloads
-
License
ISC
Repository
github
Last release
7 years ago

Ubidy UI kit v1 BETA

// Because its still beta we should install ubidy_ui_kit by version only
npm install ubidy_ui_kit@1.0.62 --save

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

Visit the documentation

Standards and Guidelines

https://github.com/Ubidy/Ubidy_ReactStarterKit/wiki/Css-Style-Guide

Usage

We are using sass, simply import the scss file.

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

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

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

or css

import "ubidy_ui_kit/css/main.css"

SET UP

-- autoprefixer : vscode -- install sass : link -- npm install

Development

To run develop ui kit

 npm start / yarn start
Test the component before publishing
npm run build:lib // for compiling react to es5

use the es5 component instead of es6 component.

To run docx // not yet integrated

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

To publish in npm

V2

 git checkout master
 git pull origin master
 create a new branch release-VERSION
 npm run release
 
 https://github.com/Ubidy/Ubidy_UIKit/tags
 add release notes

To push in origin remote

 // first create a tags and push to origin remote tag
 git tag <version>
 git push origin --<tag or version>


 // second push in origin remote branch
 git push origin <task_branch>

Special thanks to our inspirations:

Having an issue / problem / question?

please open an issue here

ubidy_ui_kit should never be used outside of officially endorsed Ubidy products or without explicit permission.

1.0.46

7 years ago

1.0.45

7 years ago

1.0.44

7 years ago

1.0.43

7 years ago

1.0.42

7 years ago

1.0.41

7 years ago

1.0.40

7 years ago

1.0.39

7 years ago

1.0.38

7 years ago

1.0.37

7 years ago

1.0.36

7 years ago

1.0.35

7 years ago

1.0.34

7 years ago

1.0.33

7 years ago

1.0.32

7 years ago

1.0.31

7 years ago

1.0.30

7 years ago

1.0.27

7 years ago

1.0.26

7 years ago

1.0.25

7 years ago

1.0.23

7 years ago

1.0.22

7 years ago

1.0.21

7 years ago

1.0.20

7 years ago

1.0.19

7 years ago

1.0.18

7 years ago

1.0.17

7 years ago

1.0.16

7 years ago

1.0.15

7 years ago

1.0.14

7 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.0

7 years ago