An open API service indexing awesome lists of open source software.

https://github.com/therapychat/layout-elements

Web Components to layout apps
https://github.com/therapychat/layout-elements

layout polymer webcomponent

Last synced: about 1 year ago
JSON representation

Web Components to layout apps

Awesome Lists containing this project

README

          

[![Build status](https://travis-ci.org/TherapyChat/layout-elements.svg?branch=master)](https://travis-ci.org/TherapyChat/layout-elements)
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/therapychat/layout-elements)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com)

# \

Web Component to display an incremental timer

Intall:
```bash
bower install -S layout-elements
```

Example of use:

```html


Drawer content goes here

Main content goes here

```

## Documentation

Checkout the [webcomponents page](https://www.webcomponents.org/element/therapychat/layout-elements).

## Changelog

See [CHANGELOG](./CHANGELOG.md) file.

## Contributing

Please read [CONTRIBUTING](./CONTRIBUTING.md) file to follow good practices.

You will need [NodeJS](https://nodejs.org).

1. Close the repo: `git clone git@github.com:TherapyChat/layout-elements.git`
1. Install dependencies: `npm install`
1. Code!
1. Test: `npm test`
1. Create a [Pull Request](https://github.com/therapychat/layout-elements/pulls)

### Contributors

- [Alberto Fernandez](https://github.com/AlbertoFdzM)

## License

This project is available under the `Apache License 2.0`. See the [LICENSE](./LICENSE) file for more info.