Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 982 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 982 Bytes

SIMPLIFY.ui

Mission: Simplify and reduce dependencies by leveraging only HTML5, CSS, and JavaScript to create reusable, beautifully styled web components.

ui components showcase

Project Roadmap

  • Simple web-components (including buttons, links, dropdown menus, ...)
  • In progress: SaaS Layout Elements (Sidebar, Nav, ...)
  • Implement new CSS features (e.g. modal animation)
  • Minify js and css
  • ui CLI (to manage ui elements)
  • In progress: Svg charts and graphs (e.g. barchart)

Features in this project

  • BEM CSS Styling
  • Only HTML5/CSS/JS and web-components, no extra libraries

Installation & Usage

  • Copy the desired UI component (JS and CSS file) and paste it into your project
  • Include the JS script into you index.html using defer and it should work
  • (if the styling doesn't apply you have to change the link style in the JS component)