Questions tagged [fluent-ui]

Fluent UI is set of cross platform UI libraries from Microsoft. A collection of UX frameworks for creating beautiful, cross-platform apps that share code, design, and interaction behavior. Build for one platform or for all. Everything you need is here. Components for React, Web Components (Typescript and Blazor), Windows, iOS, Android, macOS and Cross-platform

Fluent UI is a collection of UX frameworks for creating, cross-platform apps that share code, design, and interaction behavior.

Build for one platform or for all. Everything you need is here.

Components for React, Web Components (Typescript and Blazor), Windows, iOS, Android, macOS and Cross-platform

386 questions
0
votes
1 answer

Office UI Fabric: ScrollablePane's Position is not being reset to the initial position when details list is updated

Replication Steps: https://developer.microsoft.com/en-us/fluentui#/controls/web/scrollablepane In the 'DetailsList Locked Header' scroll down to a non zero position exceeding the first page and enter 'sed' in the 'filter by name'. This updates the…
0
votes
2 answers

How to make select all checkbox always visible in office-ui-fabric-react DetailsList

I am using the DetailsList component of office-ui-fabric-react to display my table. I am setting the prop checkboxVisibility={CheckboxVisibility.always} to make the checkboxes visible always. But this is not working for the select all checkbox…
LJP
  • 1,811
  • 4
  • 23
  • 34
0
votes
1 answer

How do I respond to theme changes in FluentUI Northstar in Teams?

I'm trying to use FluentUI Northstar for a React app for Microsoft Teams, but there does not seem to be a well-documented solution to work out what theme to apply, or how to respond when the user changes the theme. As far as I can see, the theme is…
Darren Oster
  • 9,146
  • 10
  • 48
  • 66
-1
votes
1 answer

why I cant install fluent_ui?

i get this error Because fluent_ui >=3.10.0 depends on flutter_localizations from sdk which depends on intl 0.18.0, fluent_ui >=3.10.0 requires intl 0.18.0. So, because window_project depends on fluent_ui ^4.3.0 which depends on intl ^0.17.0,…
김민장
  • 3
  • 1
-1
votes
1 answer

Keep the list open when selecting an item

I would like to create a CSS element such that: There is a button. Clicking on the button opens a list (e.g., a dropdown list) of items. We can click on the items to select and the parent component is systematically informed. We click on the area…
SoftTimur
  • 5,630
  • 38
  • 140
  • 292
-1
votes
1 answer

Fluent ui nortstar increase the size of icons

How do we override the styles of the icon ?. (apart from the size props of icon size="largest") tried the below : const myTheme: ThemeInput = { componentStyles: { EmojiSadIcon : { root: { width:100, …
umgolla
  • 39
  • 8
-1
votes
2 answers

Is there any function to be called when user selects the option from Dropdown in @fluentui/react-northstar

I want a function to be called when the user selects an option from the Dropdown Search Selection used by @fluentui/react-northstar. import React from 'react' import { Dropdown } from '@fluentui/react-northstar'; class someComponent extends…
-1
votes
1 answer

Type '{ label: string; }' is not assignable to type 'IntrinsicAttributes & { children?: ReactNode; }'

I am using the Fluent UI, imported the Toggle component and got a UI Toggle exported: export const UIToggle: React.FunctionComponent = () => { return (
Bountyhat
  • 141
  • 1
  • 1
  • 11
-1
votes
1 answer

How to apply a specific theme to fluent ui control?

I am developing a spfx solution in which a specific theme to be applied to a office ui fabric control.
-1
votes
1 answer

How can I edit and delete node in react-sortable-tree?

I have to do drag and drop tree view using react-sortable-tree. And also I need crud operations in my tree view. I have done to add, edit and delete into my parent node on tree view. Unexpectedly, I have some issues whenever I drag my node that time…
Saranya S
  • 13
  • 6
-2
votes
1 answer

fluent ui details List implementation in Functional component

Can anybody send code on how to implement fluent UI details List in Functional Component(https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist/basic) and how to fetch data from API to details List
GOWTHAM
  • 13
  • 2
  • 3
1 2 3
25
26