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
- Host: GitHub
- URL: https://github.com/therapychat/layout-elements
- Owner: TherapyChat
- License: apache-2.0
- Created: 2018-03-15T17:29:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T14:14:19.000Z (about 8 years ago)
- Last Synced: 2025-04-08T23:37:00.230Z (about 1 year ago)
- Topics: layout, polymer, webcomponent
- Language: HTML
- Homepage: https://www.webcomponents.org/element/therapychat/layout-elements
- Size: 93.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/TherapyChat/layout-elements)
[](https://www.webcomponents.org/element/therapychat/layout-elements)
[](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.