Git Product home page Git Product logo

magpie-docs's People

Contributors

jannisbush avatar malinspaniol avatar marauderpixie avatar marcelklehr avatar michael-franke avatar x-ji avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

hans

magpie-docs's Issues

magpie2: minor suggestions

  • add image of logo somewhere?
  • use either "Vue" or "Vue.js" uniformly
  • in section 'listening to events' make clear what "click" actually registers: click anywhere or click on the component at hand
  • regarding v-for: explain what this does; do we iterate over names/elements (e.g., on click or some other event) or does that render all names / elements on the screen side-by-side

Missing example of usage of Record component in built-in screens

At the moment, all the occurrences of the Record component in the documentation appear in Slide components in the context of writing custom screens. Therefore, it is not obvious how to use Record with built-in Screens. I figured that Record inside the #stimulus slot works:

<CompletionScreen
	// various info
        ...
>
	// Add table to slide
	<template #stimulus>
		<AnswersTable :trialData='trial' />
		<Record :data="trial" />
	</template>
</CompletionScreen>

But it doesn't work outside of a named template.

Perhaps would be good to include this kind of usage in the documentation.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.