Skip to content
#

kit

Here are 302 public repositories matching this topic...

rfinkley
rfinkley commented Mar 14, 2020

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • [x ] I am running the latest version
  • [x ] I checked the documentation and found no answer
  • [x ] I checked to make sure that this issue has not already been filed
  • [x ] I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

At the desired

brysonreece
brysonreece commented Jun 26, 2019

Expected Behavior

When visiting the Shards UI demo page, using the left and right tooltip/popover examples places the info on the opposite of the expected side of the element.

Using data-placement="left" should place elements on the left. Similarly data-placement="right" should place elements on the right.

Current Behavior

Example screenshots:

![Screenshot_20190626-135428](http

hastebrot
hastebrot commented Feb 18, 2019

Would be useful when Menu.Group#title would be also allow element in addition to string. So it's easier to combine <Hidden.Container> and <Menu.Group>.

<Menu.Group
  title={<Box onClick={hidden.toggle}>Group A</Box>}>
  <Hidden isVisible={hidden.isVisible}>
    <Menu.Item>Item 1</Menu.Item>
  </Hidden>
</Menu.Group>

Warning message in browser console:

Warning

drewmccluskey
drewmccluskey commented Dec 6, 2018

Function:

  • 📌✔️mouse_button -> instad of a variable, this is now a function
  • ✔️mouse_check_button
  • ✔️mouse_check_button_pressed
  • ✔️mouse_check_button_released
  • ✔️mouse_clear
  • ✔️mouse_last_button
  • ✔️mouse_wheel_up
  • ✔️mouse_wheel_down
  • mouse_x
  • mouse_y
  • 💡 mouse (vec2)
  • window_mouse_get_x
  • window_mouse_get_y
  • ✔️window_mouse_set
  • 💡 window_mouse_get (vec2)
  • windo
SharePickle
SharePickle commented Sep 13, 2018

Hello, with bundle analyzer noticed that fabric ui bundle is included in my resulting package.
Im using @microsoft/office-ui-fabric-react-bundle instead of office-ui-fabric-react to avoid fabric ui being added to every webpart package.
Anyway, even without SPFX's version of Fabric UI it's still included in the package.
![image](https://user-images.githubusercontent.com/32567749/45484995-b5d

joov
joov commented May 6, 2018

Missing:

  • npm install --save @angular/cli to use ng g command
  • angular.json cli configuration file as created by ng new

Error:

When adding a new component the corresponding html-file is not found in dev-mode.
To Reproduce:

  • Create new component with ng g component test
  • start server with npm run dev

See Error in Console:

GET http://127.0.0.1:42

Improve this page

Add a description, image, and links to the kit 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 kit topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.