Skip to content

sivankanat/uipack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UIPack

UIPack - UI Framework

Installation

Use NPM

npm install uipack

Usage

import UIPack

@import "~uipack/src/scss/uipack.scss";

Configuration

Customize

  • create your variables.scss file.
  • clone ~uipack/src/scss/utils/variables.scss file content to your variables.scss file
// your variables
@import "variables.scss";

@import "~uipack/src/scss/utils/index";
@import "~uipack/src/scss/base/index";
@import "~uipack/src/scss/helpers/index";
@import "~uipack/src/scss/elements/index";
@import "~uipack/src/scss/components/index";

Browser Support

Used browserlist and autoprefixer

  • Chrome
  • Safari
  • Firefox
  • Opera
  • Edge

Documentation

uipack/docs

working on updates

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT