Web Component to display an incremental timer
Intall:
bower install -S layout-elementsExample of use:
<absolute-drawer-layout><absolute-drawerslot="drawer"><divclass="drawer-container">Drawer content goes here</div></absolute-drawer><divclass="content-container">Main content goes here</div></absolute-drawer-layout>Checkout the webcomponents page.
See CHANGELOG file.
Please read CONTRIBUTING file to follow good practices.
You will need NodeJS.
- Close the repo:
git clone git@github.com:TherapyChat/layout-elements.git - Install dependencies:
npm install - Code!
- Test:
npm test - Create a Pull Request
This project is available under the Apache License 2.0. See the LICENSE file for more info.