Skip to content

infinnie/zoaui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zoaui

ZoaUI, another UI library

Meteor package: zoa:ui by laosb.

##New in v0.1.9

  • Available on NPM: npm install zoaui

##New in v0.1.7

  • Added badge support in headings.
  • Added multilingual typography support.

##New in v0.1.6

  • select elements now have an SVG background image instead of the default browser UI.
  • Added badge support.

##New in v0.1.5

  • Fixed dialog positioning
  • @font-face declarations are now in a separate file, fonts.css.

##New in v0.1.4

  • Fixed support for iOS Safari
  • Ghost buttons are now natively supported

##Disclaimers

  • Remember to include all our files, especially, general.css before your own, so that your works would not get overridden.
  • IE 8 or below would not support the responsive features, but no polyfixes would be provided here.
  • We aim a modular approach here, and therefore all classnames are prefixed with zo- or zojs-, which might increase the bytes used in writing your own HTML, and please do not prefix your own classnames with zo-.
  • We follow the BEM conventions in all of our classnames.
  • DO NOT trust the /build folder unless those zipped in releases. They may or may not reflect the most up-to-date source code.