component-library
Here are 539 public repositories matching this topic...
Bug Report
Steps
- Go to documentation for Ribbon type labels
- Click the CodeSandbox link in the top-right corner of the examples segment
- When the checkmark appears, click it to be taken to CodeSandbox
- When CodeSandbox loads, notice that the URLs for the
tags have doubled the URL prefix so they are: `<Im
What would be super nice, is if the headings were linked, so I could share a URL to a specific section of a page, like it does here on GitHub:
Thank
Describe the bug
The following is Datagrid's old pagination API:
<clr-dg-footer>
{{pagination.firstItem + 1}} - {{pagination.lastItem + 1}}
of {{pagination.totalItems}} users
<clr-dg-pagination #pagination [clrDgPageSize]="2"></clr-dg-pagination>
</clr-dg-footer>This API causes the ExpressionChangedAfterItHasBeenCheckedError if used with
Feature description
I was reading through the i18n section of the documentation and it was not very clear how to use this and what kind of features it has. I think that the internationalization documentation should be updated.
A few specific things:
-Can it format data per language such as time, date, currency, pluralizations?
-How do you switch between languages, and when you switch d
Hi!
https://github.com/OpusCapitaBES/js-react-showroom-client
It allows to write documentation in markdown and run all docs in sandbox with code examples.
It often useful to have possibility to play with components at web page before use it in
怎么在父组件中传递值给的search-box组件中的input?
VueAMap 版本:0.5.7
OS/Browsers version: Chrome
Vue 版本:2.5.2
预期 : 想在父组件中使用v-if控制子组件的展示与否,并在子组件初始化完成后,子组件search-box组件的input的value为父组件传递的值,如果可以的话默认搜索并展示结果。
实际:
feature request :
Parent.vue
`<map-component v-if="showMap" @on-click="getAddress" :searchValue = "address">
...
data:function(){
I'm trying to build a page that has a sidebar (or both a sidebar and a top appbar / navbar), and none of the Layout examples are helping. I tried mixing and matching the components and I never manage to obtain quite the result that works in the documentation (e.g. the Build Tools page), a simple sidebar on the left with content on the light.
-
Updated
Jul 3, 2020 - TypeScript
Add tabs option to the docs component ?
Would be cool to have the option to add tabs to the component, unless there is already a way to do this. Thanks
Type of Issue
[ ] Bug Report
[x] Feature Request
Description
Currently, contributing to this project can be hard especially for beginners like me who do not understand the project structure.
How To Reproduce
Put yourself into a beginner's shoes.
Let's say you want to contribute code to resolve a feature request (something like #1180, which introduces support
E.g. a mbsc-note-msg that maybe is a bit greyed out with info for the field - e.g. "The password must be at least 12 characters long." or "This will be the username other users recognize you by"
Should just not be colored - and maybe not bold.
-
Updated
Jun 22, 2020 - Objective-C
If you just want to replace one field (e.g. replace the ListField with a custom one for all schemas), you need to reimplement the whole AutoField.
It would probably easier, if you could pass a getFieldComponent to a AutoForm, which would hook into here: https://github.com/vazco/uniforms/blob/master/packages/uniforms-material/src/AutoField.tsx#L24 and would take props and could return a Comp
Since Elm-UI uses stuff that are not allowed in the official repository you cannot installed it via the default method
When I came across that phrase on the front page of the docs, it sounded pretty serious and ominous and I became nervous and had a bunch of questions: *Is it for legal or licensing reasons? philosophical? technical? So
-
Updated
Jun 29, 2020 - JavaScript
-
Updated
May 4, 2020 - TypeScript
-
Updated
Mar 31, 2020 - Java
Is there anyway to achieve what WindowScroller does in react-virtuoso? I'm looking to create a Twitter/Facebook style news feed where you use the native window scrollbars to scroll an infinite list (or in my case, grid). Thanks in advance.
There are two definitions of styled-components installed:
- styled-components_v3.x.x.js - definition for an older version (Orbit already uses 4.x.x)
- [styled-components_vx.x.x.js](https://github.com/kiwicom/orbit-components/blob/master/flow-typed/npm/sty
-
Updated
Dec 31, 2019 - JavaScript
-
Updated
Jun 9, 2020 - JavaScript
Suggested technology
The next major version of Storybook, our development environment & documentation tool, was released this week. Most notably, it greatly improves support for TypeScript and adds Storybook Args, a new API for
-
Updated
May 24, 2020 - TypeScript
아래소스와 같이 사용하여본 결과 Uncaught TypeError: SelectBox is not a function 에러 메세지를 띄웁니다. 왜이럴까요....?
아니면 다른 방식으로 combo box에 input checkbox를 넣어서 여러개를 체크할 수 있게 만드려했는데
combo box에서 값을 선택하면 combo box 창이 닫혀버리네요... 창이 열려있을 때 checkbox 영역을 클릭했을 시에는 combo box 창이 닫히지 않도록 설정할 수 있을까요 ?
미리 설정해둔 메소드라서 event.stopPropagation(), event.preventDefault () 도 않먹네요...
혹시 다른 방법이 있을까요 ?
jui.ready([ "ui.sele-
Updated
Jul 3, 2020 - JavaScript
-
Updated
Jun 1, 2020 - JavaScript
Improve this page
Add a description, image, and links to the component-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the component-library topic, visit your repo's landing page and select "manage topics."


Follow up from #4453
Currently, documentation for
<b-table>really only discusses and provides examples for therow-selectedevent:https://bootstrap-vue.org/docs/components/table/#row-select-support
The only places the
row-clickedevent is mentioned are:https://bootstrap-vue.org/docs/components/table/#data-row-accessibility
https://bootstrap-vue.org/docs/components/table/#comp-re