Learn how to design awesome UIs by yourself using specific tactics explained from a developer's point-of-view.
git clone https://github.com/prasanthLalapeta/heighten-ui.git
cd heighten-ui
You can start using heighten-ui components in your web application irrespective of single page application or any web projects that you are planning to build.
copy main.css from /assets/css/ into your app folder and start using heighten-ui by importing in index.html file as stylesheet.
- [√] colors
- [√] typography
- [√] spacing
- [√] grid
- [✗] buttons
- [√] borders
- [✗] cards
- [✗] lists
- [✗] labels
- [✗] layout & spacing
- [✗] form elements
- [✗] navigations
- [√] Variables
- [√] Nesting
- [√] Partials
- [√] Import
- [√] Mixins
- [√] Loops
git clone https://github.com/prasanthLalapeta/heighten-ui.git
cd heighten-ui
npm install -g sass
sass assets/sass/main.scss assets/css/main.css
Create branch on top of master saying 'feature/branchname' or 'enhance/branchname' or 'fix/branchname' 👍
Start writing your sass components in /assets/sass/components folder by following code structure and standards that we are following 🙌 💪
- [√] prism
Always welcome 😄
Thanks!