1.0.0 • Published 5 years ago
lax-ui v1.0.0
Lax-UI - Work In Progress!!!
Contents include:
- Navigation Bar
- Hamburger Menu
- Showcase (Container)
- Flexbox
- Colors
NPM Package For Lax-UI
npm i lax-ui
Few small examples are listed under ./src/example for referencing. Contents are meant to replace various CSS components I would normally use with other CSS frameworks.
Contents are intended to be paired alongside other CSS Frameworks such as Bulma, Bootstrap or Semantic UI
- Bulma https://bulma.io/
npm install bulma
- Bootstrap https://getbootstrap.com/
npm install bootstrap
- Semantic UI https://semantic-ui.com/
npm install semantic-ui --save cd semantic/ gulp build
Created by Quelchlax
Contents are inspired from sources such as Bulma, Bootstrap and Semantic UI
All code was done by myself, some resources and references include W3Schools, Bootstrap, Bulma and Semantic UI and Traversy Media.