phidias/ui.client

This package is abandoned and no longer maintained. No replacement package was suggested.

UI kit consisting of CSS and Angular.js components

dev-master 2016-04-09 15:00 UTC

This package is not auto-updated.

Last update: 2022-06-25 05:51:41 UTC


README

See https://github.com/phidias-sas/ui.js instead

Phi-UI

UI kit of CSS and Angular.js components. Based on material.angular.org but preserving the following principles:

  1. Portability Easy to include in any project without breaking global styles or overriding properies or components. Every component is prefixed with "phi-"

  2. Usability Easy to implement off the bat without having to modify CSS

  3. Customizability Ease to style

This is a work in progress.

The main docs page is build with phi.ui itself.

It showcases every element, and looks like this:

'''

<!-- global modal -->
<phi-modal phi-visible="false"></phi-modal>

<!-- The current page (which is just a card) -->
<phi-card>

    <phi-cover>
    </phi-cover>

    <phi-contents>
    </phi-contents>
</phi-card>