question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Documentation] VContainer-Documentation missing prop "fill-height"

See original GitHub issue

Environment

Browsers: Firefox 68.0 OS: Windows 7

Steps to reproduce

Open the API-Explorer of v-container

Expected Behavior

fill-height should be included in the API-Explorer of v-container, explained what it does and possibly also have an example.

Actual Behavior

The fill-height-prop is only mentioned in the FAQ: https://vuetifyjs.com/en/getting-started/frequently-asked-questions#how-to-center-vertically

Reproduction Link

https://vuetifyjs.com/en/components/grids

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
Bbansjklcommented, Aug 27, 2019

I’m aware of what Vue props and CSS classes are, was just wondering why the helper-classes are applied by adding them like a prop instead of written in the class-attribute. Looking at the source mostly only explains how something works and not often why, and from the perspective of a user of the Vuetify-framework component props and helper classes work similarly.

2reactions
MajesticPotatoecommented, Aug 27, 2019

Props are props (a vue construct) and are specific to a component and can only be used if that component accepts said prop. Helper classes are classes (generic css coined term), they are usable anywhere really that you can apply a class to promote dry code. (eg: instead of going around applying a style of height: 100% to everything, its much easier to have a class that does this, and just apply and reuse the class).

Read more comments on GitHub >

github_iconTop Results From Across the Web

React eslint error missing in props validation - Stack Overflow
I have the next code, eslint throw: react/prop-types onClickOut; is missing in props ...
Read more >
Typechecking With PropTypes - React
To run typechecking on the props for a component, you can assign the special propTypes property: import PropTypes from 'prop-types'; class Greeting extends ......
Read more >
Layout QML Type | Qt Quick 6.4.1
The fillWidth and fillHeight properties can either be true or false . If they are false , the item's size will be fixed...
Read more >
Editor.d.ts file missing props like value and onChange - Telerik
Hi Team, I am not able find property like value and onChange in Editor.d.ts file of kendo react editor. I am using the...
Read more >
Useful Patterns by Use Case - React TypeScript Cheatsheets
Usecase: you want to make a <Button> that takes all the normal props of ... Forwarding Refs: As the React docs themselves note,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found