Wolfr
Wolfr
When deployed on a web server, a styleguide doesn't show active states. Probably because `pathname` as a variable does not exist during the build, thus the code just doesn't output.
Implement a deeper search that can also search “samples”. Technically we will probably need to generate a list of possible search results in JSON format on every build. Then this...
Provide a way to show code blocks in docs with syntax highlighting, for CSS, HTML, Pug and JS. Currently code highlighting is only available for code blocks behind components; but...
https://github.com/mu-semtech/ember-data-table/blob/ffb1e249eed46b711cd50247b08a2d95adb2da6b/addon/templates/components/data-table-content-body.hbs#L6 It is not helpful to put this ARIA role here. You are not supposed to add `role="button"` to a table row, this doesn't help the accessibility. In my understanding...
In the source code of clickover, class_name is used to add a class to a clickover. In the docs 'class' is mentioned as an option. http://www.leecarmichael.com/bootstrapx-clickover/examples.html#
Hi there! We updated the icon set to 1.2.1, so it would be cool if this would be updated as well. See this REPL: https://svelte.dev/repl/8613201859b648588dff225a5941170f?version=3.29.7
Shouldn't this be LF? File: index.html in the output of the scroll template. Edit: seems like this is a global proble in a lot of templates. Set up another template...
Implement a sidebar layout for the docs. This PR can be merged, this is already an improvement in the right direction. * Mobile menu has been tested To be fixed:...
Doc addition. Any feedback welcome. Text starts below the line. --- ## Migrating from svelte-template Did you start your project using svelte-template but have decided you need a router? No...