1.0.46 • Published 6 years ago

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

Weekly downloads
-
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.45

6 years ago

1.0.44

6 years ago

1.0.43

6 years ago

1.0.42

6 years ago

1.0.41

6 years ago

1.0.40

6 years ago

1.0.39

6 years ago

1.0.38

6 years ago

1.0.37

6 years ago

1.0.36

6 years ago

1.0.35

6 years ago

1.0.34

6 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.21

6 years ago

1.0.20

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

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.0

6 years ago