A lightweight front-end framework for building accessible, bespoke interfaces.
A lightweight front-end framework for building accessible, bespoke interfaces.
β¦ New version available! Download CodyFrame v4 β
Files included:
Selling points:
codyhouse-framework/
βββ main/
βββ assets/
β βββ css/
β β βββ base/*
β β βββ custom-style/
β β β βββ _buttons.scss
β β β βββ _colors.scss
β β β βββ _forms.scss
β β β βββ _icons.scss
β β β βββ _shared-styles.scss
β β β βββ _spacing.scss
β β β βββ _typography.scss
β β β βββ _util.scss
β β βββ _base.scss
β β βββ _custom-style.scss
β β βββ style-fallback.css
β β βββ style.css
β β βββ style.scss
β βββ js/
β βββ util.js
βββ index.html
View the documentation on codyhouse.co β
If youβre using our components, make sure to include the following script in the <head>
of your document:
<script>document.getElementsByTagName("html")[0].className += " js";</script>
The script is used in CSS to check if JavaScript is enabled and apply additional style accordingly.
CodyFrame includes a Gulp configuration file. To start a project that runs on Gulp, navigate to the framework folder, and run the following two commands:
npm install
npm run gulp watch
β οΈ Note: make sure you have Npm, Node, and Git installed.
π How to use CodyFrame with Webpack
CodyHouseβs components are accessible, progressively enhanced, HTML, CSS, JS components that work seamlessly with CodyFrame.
The Global Editors are visual tools that you can use to create the style of typography elements, color palettes, spacing rules, buttons, and forms. They generate SCSS code compatible with CodyFrame.
Explore the editors:
Browse our extensions for VSCode, Sublime Text and Atom: