Skip to content
#

marko

Here are 57 public repositories matching this topic...

ianmcburnie
ianmcburnie commented Jan 14, 2020

Would be nice to dynamically center our storybook examples on the canvas.

This plugin might help:

https://github.com/storybookjs/storybook/tree/master/addons/centered

Then we wouldn't see overlays disappearing off the top of the screen like this (notice the infotip overlay):

<img width="786" alt="Screen Shot 2020-01-13 at 8 07 21 PM" src="https://user-images.githubusercontent.com/38065

tanvp112
tanvp112 commented Dec 6, 2019

Hi,

I tried to use create-fastify-app with openapi specification version 3.0.1. Example converted v2 petstore swagger on editor.swagger.io to v3. But fastify-app failed with message 'parameter must contain a valid Open Api Version 2.0 or 3.0.x'. Source:

const parse = (content) => {
if (content.swagger && content.swagger.indexOf('2.0') === 0) {
return V2.parse(content)
}

throw

newyork-anthonyng
newyork-anthonyng commented Jun 18, 2017

See screenshots below:

Notice how the screenshots of the components are center-aligned in the README.md, but not on the markojs website.

I think it's easier to read when the images are center-aligned. Should we update this?


I believe the solution would be wrapping the marko-js calls with a <p /> tag.
For example, in this [snippet](https://github.com/marko-js-samples/marko-color-pi

Improve this page

Add a description, image, and links to the marko topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the marko topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.