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.

Add range of values of props to the Documentation

See original GitHub issue

I notice that you define the Default Value of a property but I can’t know what is the permitted list of values that I could use in the components.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
tmorehousecommented, Jul 2, 2017

The new documentation will have a live example playground that you can play with the examples given.

1reaction
tmorehousecommented, Jul 2, 2017

@yordis Check out our newer documentation, which has expanded information about many of the components. https://bootstrap-vue.js.org/

As well, there are a few new document pages available in the master at https://github.com/bootstrap-vue/bootstrap-vue/tree/master/docs/components, which will be available in release v0.18.0 which is coming out shortly (which will apper at https://bootstrap-vue.js.org/ when released)

Are there any particular components you are looking at that needs clarification?

Read more comments on GitHub >

github_iconTop Results From Across the Web

React PropTypes: range of numbers - Stack Overflow
Is there a better way to validate if a number is inside a range? Avoiding to write
Read more >
<input type="range"> - HTML: HyperText Markup Language
elements of type range let the user specify a numeric value which must be no less than a given value, and no more...
Read more >
Typechecking With PropTypes - React
PropTypes exports a range of validators that can be used to make sure the data you receive is valid. In this example, we're...
Read more >
Using Props - Pipedream
Props are fields that can be added to code steps in a workflow to abstract data from the code and improve reusability. Most...
Read more >
How to validate React props using PropTypes - LogRocket Blog
Learn how to validate props with React PropTypes, React's internal mechanism for adding type checking to component props.
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