Package detail

@fluent-ui/icons

fluent-org3.1kMIT0.10.0

Fluent-UI Svg Icons Based on RemixIcon.

react, fluent-design, fluent-ui, icons

readme

Fluent-Windows logo

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.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.10.0 (2019-10-02)

Features

  • @fluent-ui/icons: Icon rearrangement document using react-lazyload (00dd5d6)

0.9.1 (2019-10-01)

Bug Fixes

  • @fluent-ui/icons: Delete icon book-mark (13ee0a5)
  • @fluent-ui/icons: Fix icon name (5fc4218)
  • @fluent-ui/icons: Fix icon name (fb83864)

0.9.0 (2019-10-01)

Features

  • @fluent-ui/icons: Enable icons to be introduced on demand (7faf606)

0.8.0 (2019-09-26)

Bug Fixes

  • @fluent-ui/icons: Adjust font size icon (9e5042f)
  • @fluent-ui/icons: Repair Git capitalization errors (754f003)

Features

  • Input: Add prefix/suffix support (4c7728c), closes #10

0.7.0 (2019-09-23)

Bug Fixes

  • @fluent-ui/icons: Re-build icons (c142a74)

Features

  • @flunet-ui/icons: Icon library switch to remix (32cb171)

0.6.2 (2019-09-20)

Note: Version bump only for package @fluent-ui/icons

0.6.1 (2019-09-19)

Note: Version bump only for package @fluent-ui/icons

0.6.0 (2019-09-18)

Features

  • unit_test: Remove styled-components dependencies, and fix the test file (ea7ab43)

0.5.0 (2019-08-26)

Features

  • @fluent-ui/core: Add propTypes support for all components (09c2fa5)
  • @fluent-ui/icons: Remove unnamed icon (e91fc15)

0.4.0 (2019-07-22)

Features

  • @fluent-ui/hooks: add useMedia (cbf7bd6)

0.3.2 (2019-07-17)

Note: Version bump only for package @fluent-ui/icons

0.3.1 (2019-07-14)

Note: Version bump only for package @fluent-ui/icons

0.1.0 (2019-07-12)

Bug Fixes

  • Input, Navigation, Icon: fix Input line-height, Navigation icon does not display (f6ef8a9)

Features

  • Checkbox: Complete the basic props of the Checkbox (9d43174)
  • Command: almost done (1fa706b)
  • Icon: almost done (2dfe68d)
  • Input: Complete the basic input component (fc68cde)
  • Navigation: Complete controlled component related props (b387416)

0.1.0 (2019-07-12)

Bug Fixes

  • Input, Navigation, Icon: fix Input line-height, Navigation icon does not display (f6ef8a9)

Features

  • Checkbox: Complete the basic props of the Checkbox (9d43174)
  • Command: almost done (1fa706b)
  • Icon: almost done (2dfe68d)
  • Input: Complete the basic input component (fc68cde)
  • Navigation: Complete controlled component related props (b387416)