Popularity
2.1
Declining
Activity
0.0
Stable
123
1
8

Programming language: TypeScript
License: MIT License
Tags: UI Frameworks     Responsive     Ant-design    
Latest version: v2.0.0

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.

Do you think we are missing an alternative of fluent-ui or a related project?

Add another 'ant-design' Library

README

Fluent-Windows

React components that inspired by Microsoft's Fluent Design System.

npm CircleCI codecov GitHub Code style lerna

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'));

Edit basic-demo

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.