-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
django integration #8
Comments
Yes. You can create a I pushed an example here https://github.com/codelv/enaml-web/tree/master/examples/static_site |
Thanks! |
Can you please point me to the source that declares the Materialize components, I want to browse the API. If possible I will shell out some time to generate automatic API docs |
Some of them are here https://github.com/codelv/enaml-web/blob/master/examples/simple_site/views/blocks.enaml It would be really nice to have separate libraries with all of the components for the popular css frameworks (materialize, bootstrap, semantic-ui etc..). |
It would be even nicer if we could write a code generator for this :D |
Are you interested in uploading to pypi? Please check out my pull request that'll make it easier for you to do it |
Is there any way to integrate this with django currently?
If not, can I use this to spit out static html?
The text was updated successfully, but these errors were encountered: