Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phoenixframework/phoenix_html
Building blocks for working with HTML in Phoenix
https://github.com/phoenixframework/phoenix_html
Last synced: 1 day ago
JSON representation
Building blocks for working with HTML in Phoenix
- Host: GitHub
- URL: https://github.com/phoenixframework/phoenix_html
- Owner: phoenixframework
- License: mit
- Created: 2015-05-03T12:14:58.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T12:53:51.000Z (about 2 months ago)
- Last Synced: 2024-10-29T21:59:34.514Z (about 1 month ago)
- Language: Elixir
- Homepage:
- Size: 833 KB
- Stars: 403
- Watchers: 35
- Forks: 220
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Phoenix.HTML functions for working with HTML strings and templates. (Framework Components)
- fucking-awesome-elixir - phoenix_html - Phoenix.HTML functions for working with HTML strings and templates. (Framework Components)
- awesome-elixir - phoenix_html - Phoenix.HTML functions for working with HTML strings and templates. (Framework Components)
README
# Phoenix.HTML
[![Build Status](https://github.com/phoenixframework/phoenix_html/workflows/Tests/badge.svg)](https://github.com/phoenixframework/phoenix_html/actions?query=workflow%3ATests)
Building blocks for working with HTML in Phoenix.
This library provides three main functionalities:
* HTML safety
* Form abstractions
* A tiny JavaScript library to enhance applicationsSee the [docs](https://hexdocs.pm/phoenix_html/) for more information.
## License
Copyright (c) 2014 Chris McCord
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.