Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johannes-z/office-fabric
https://github.com/johannes-z/office-fabric
fabric office-ui-fabric vue vue-components vue2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/johannes-z/office-fabric
- Owner: johannes-z
- License: mit
- Created: 2019-11-24T20:52:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T12:08:00.000Z (7 months ago)
- Last Synced: 2024-10-06T16:13:03.527Z (4 months ago)
- Topics: fabric, office-ui-fabric, vue, vue-components, vue2
- Language: TypeScript
- Homepage: https://johannes-z.github.io/office-fabric/
- Size: 8.14 MB
- Stars: 14
- Watchers: 5
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Office UI Fabric Vue (WIP)
This is a WIP of Office UI Fabric Vue. It aims to use as much official `Office UI Fabric React` code as possible, by
re-using official files and packages.## Discord
Join our [Discord Server](https://discord.gg/2awzj7Q)!# Important
This library is built on top of Microsoft's `office-ui-fabric-react`, more spefically the packages
`@uifabric/merge-styles`, `@uifabric/styling`, and `@uifabric/utilities`. For maximum design parity, office-fabric uses
`office-ui-fabric-react`'s component `.style.ts` definitions.`@uifabric/merge-styles`, `@uifabric/styling`, `@uifabric/utilities` and the original `.style.ts` definitions of the
components are subject to Microsoft's license models. Please check `office-ui-fabric-react` for more information.The `Vue`-components also borrow code from `office-ui-fabric-react`, making it easier to merge changes.
# Usage
The `website`-code is the best starting point if you want to see how components work. The documentation is still a WIP.