fluent-ui alternatives and similar libraries
Based on the "ant-design" category.
Alternatively, view fluent-ui alternatives based on common mentions on social networks and blogs.
-
office-ui-fabric-react
Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of fluent-ui or a related project?
README
Fluent-Windows
React components that inspired by Microsoft's Fluent Design System.
English | 简体ä¸æ–‡
Installation
Install the package in your project directory with:
// with npm
npm install @fluent-windows/core
// with yarn
yarn add @fluent-windows/core
Usage
Here is a quick example to get you started.
import React from 'react';
import ReactDOM from 'react-dom';
import Button from '@fluent-windows/core/Button';
import ThemeProvider from '@fluent-windows/core/ThemeProvider';
function App() {
return (
<ThemeProvider>
<Button variant="primary">
Hello World
</Button>
</ThemeProvider>
);
}
ReactDOM.render(<App />, document.querySelector('#root'));
Documentation
Check out our documentation website.
Changelog
Recently Updated? Please read the changelog.
Links
License
This project is licensed under the terms of the MIT license.
*Note that all licence references and agreements mentioned in the fluent-ui README section above
are relevant to that project's source code only.