catalog
catalog copied to clipboard
Create living style guides using Markdown or React
Would like to add a thumbnail/preview image of what file would be downloaded. Thanks!
@grossbart was complaining about that relative paths get turned into absolute ones by the current `publicUrl` default – the only way to prevent this was to set `publicUrl` to `"."`....
This is a long-standing issue with components which are dynamically injecting styles into the page _at the time when they're rendered_ (a.k.a CSS-in-JS). When using the HTML/React Specimen in with...
That's the [approach used by Gitbook](https://toolchain.gitbook.com/pages.html#summary). I like it because it makes possible to use the styleguide even just rendered from Markdown into HTML files, e.g. on GitHub. All it...
* When on a page with iframe use mutation observer for tracking changes in head and trigger iframe render. * Decorate prototype.inserRule to track its use and run render. *...
Currently, a status code of 200 is returned regardless of whether the requested page exists or not. Ideally, the status code should be 404.
Using Catalog within a Next.js v5 build to build a styleguide and running into a problem with importing css files. Example: ` import React from 'react'; import styled from 'styled-components';...
Hey guys, I was wondering if you have any experience with documenting components which use the function-as-child / render props pattern. I'm trying to come up with a way to...
I'm importing css like this: https://github.com/interactivethings/catalog/issues/350#issuecomment-361598808 and once it's changed I have to manually refresh browser. Would be nice if support for CSS livereload is added.
I think it is crucial for any open source, quality project, with so much love put into it like this one, to have a CONTRIBUTING.md guide on how the open...