1.0.12 • Published 5 years ago

fluent-for-ant-design v1.0.12

Weekly downloads
39
License
-
Repository
-
Last release
5 years ago

fluent-for-ant-design

The Microsoft's Fluent Design System theme For Vue.js Ant Design

Current Features

  • Acrylic
  • Reveal Effect

Requirements

  • Chorme 76+
  • Edge 44+

Links

Install

npm i -S fluent-for-ant-design

Usage

alt text

<template>
  <div>
    <div class="acrylic">Acrylic</div>
    <div class="acrylic light">Acrylic light</div>
    <div class="reveal">Reveal</div>
    <div class="highlight reveal">Reveal with highlight</div>
    <div class="highlight reveal light">Reveal with highlight</div>
    <div class="highlight highlight-small reveal">Reveal with small highlight</div>
    <div class="highlight highlight-large reveal light">Reveal with large highlight</div>
  </div>
</template>

<script>
  import fluent from 'fluent-for-ant-design'
  export default {
    mixins: [fluent]
  }
</script>

alt text

License

This project is licensed under MIT License

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago