File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Compose Fluent
22
3- [ ![ License] ( https://img.shields.io/github/license/Konyaco/compose-fluent-ui )] ( https://github.com/Konyaco/compose-fluent-ui/blob/master/ LICENSE)
3+ [ ![ License] ( https://img.shields.io/github/license/Konyaco/compose-fluent-ui )] ( LICENSE )
44[ ![ Version] ( https://img.shields.io/github/v/release/Konyaco/compose-fluent-ui?include_prereleases )] ( https://github.com/Konyaco/compose-fluent-ui/releases )
5+ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.konyaco/fluent )
6+
57
68** Fluent Design** UI library for ** Compose Multiplatform**
79
1416Please note that there are lots of hard-coding and workarounds in our source code, which we plan to eliminate in the future.
1517
1618Thank you for using our library. We look forward to receiving your feedback and contributions!
19+
20+
1721## Quick Start
1822
1923### Add Dependency
@@ -41,14 +45,12 @@ fun App() {
4145 }
4246}
4347```
44- See ` example ` module for more details.
48+ See [ ` example ` ] ( example ) module for more details.
4549
4650- ` FluentTheme() ` is the context and entry point of the application, just like ` MaterialTheme `
4751- Components are under ` component ` package
4852- ` Mica ` and ` Layer ` are under ` background ` package
4953
50- About the API usage, just see ` Main.kt `
51-
5254## License
5355
5456This library is under Apache-2.0 license.
You can’t perform that action at this time.
0 commit comments