komponent icon indicating copy to clipboard operation
komponent copied to clipboard

Improve styleguide

Open nicolas-brousse opened this issue 5 years ago • 2 comments

  • [x] Use ActionController::Base instead ApplicationController for Styleguide
  • [x] Set locale in Komponent::StyleguideController
  • [x] Remove components helper and move into Komponent::StyleguideController
  • [ ] Support static pages on Styleguide #114
  • [ ] Add nested components support in styleguide #125
  • [ ] Add tests

Closes #114, #125

nicolas-brousse avatar Nov 20 '19 20:11 nicolas-brousse

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.

nicolas-brousse avatar Nov 20 '19 22:11 nicolas-brousse

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, ...

Spone avatar Nov 28 '19 16:11 Spone