John Walley
John Walley
## Purpose As a developer I want to disable the separator because I want to handle this myself. ## Proposal Probably a prop rather than css. ## Acceptance criteria -...
## Purpose As a developer I want to add a gap between panes in the same way I could with CSS Grid. ## Proposal One approach could be to do...
See https://docusaurus.io/docs/search#using-algolia-docsearch for instructions. - [ ] Apply to the DocSearch program - [ ] Confirm successful application - [ ] Add an algolia field in your themeConfig
I noticed this when looking at https://jsonvisio.com/editor. It's appearing to the left of the separator.
## Purpose As a developer I don't want to have to remember to import a separate css file. ## Proposal We can bundle the css by setting the postcss extract...
Closes #160.
## Purpose As a developer I expect changing a component prop to have an effect except when explicitly documented that it does not (or has a name such as `initial*`...