komposable / komponent

An opinionated way of organizing front-end code in Ruby on Rails, based on components
http://komponent.io
MIT License
428 stars 31 forks source link

Improve styleguide #156

Open nicolas-brousse opened 5 years ago

nicolas-brousse commented 5 years ago

Closes #114, #125

nicolas-brousse commented 5 years ago

Does using markdown file for static pages is a good idea?

Having static pages in frontend/component could be nice. By using markdown the mean we may have something readable directly in Github/GitLab repository or in IDE.

Spone commented 5 years ago

Does using markdown file for static pages is a good idea?

I think we should support any templating language supported by the main application, so you could potentially use erb, slim, haml, ...