Giter Site home page Giter Site logo

huanshankeji / compose-multiplatform-material Goto Github PK

View Code? Open in Web Editor NEW
10.0 0.0 0.0 959 KB

Unified Compose Multiplatform Material Design components for `androidx.compose.material` and Compose HTML

License: Apache License 2.0

Kotlin 100.00%
compose-desktop compose-multiplatform compose-web jetbrains-compose jetpack-compose material-components material-components-web material-design mdc-web multiplatform-compose

compose-multiplatform-material's Introduction

Compose Multiplatform common extensions and Material wrappers for androidx.compose.material and Compose HTML

Maven Central Kotlin version

Some simple unified Compose Multiplatform wrappers of common components, layouts, and Material Design components for androidx.compose.material (officially supported on Android, desktop (JVM), iOS, web (Kotlin/Wasm)) and Compose HTML (mainly based on Kobweb Silk and KMDC)

We try to make the function types of the composable components follow those in androidx.compose.foundation and androidx.compose.material, meanwhile being compatible with the Compose HTML APIs. However, only subsets of the composables and composable arguments are supported due to the API differences, limitations of the Compose HTML composables this project depends on, and our limited effort.

Visual consistency across different platforms is not guaranteed.

This project is prototype and there is no documentation yet. Check out the demo project on how to use the components.

Supported features

Components

Common (Foundation) components

  • BasicText
ext components
  • InlineBasicText
Layouts
  • Box
  • Column (via flexbox on web)
  • Row (via flexbox on web)

Material components

  • Button
  • Card
  • Icon
  • IconButton
  • LazyColumn/ScrollableList (visually inconsistent for now)
  • Text/MaterialText
  • TextField
  • Checkbox
  • Divider (visually inconsistent for now)
ext components
  • Button
  • IconButton
  • TopAppBarScaffold
  • InlineText
  • RadioRow
  • RadioGroupRow

Components in the ext packages

The components in the ext packages don't follow the androidx.compose APIs exactly, but rather provide wrappers are idiomatic and conventional on both kinds of targets, wrapping different APIs which can't be unified following the androidx.compose APIs.

Styles (obsolete in the legacy module, for removal)

The ModifierOrAttrsScope.styles function and the StyleScope class provide a universal interface for Modifiers and CSS styles.

The functions in StyleScope:

  • height
  • margin
  • width
  • backgroundColor
  • platformBorder
  • outerBorder

Modifiers

  • size modifiers
    • size, sizeIn, fillMaxSize
    • width, widthIn, fillMaxWidth
    • height, heightIn, fillMaxHeight
  • padding
  • background
  • border (visually inconsistent)

ext modifiers

  • outerBorder
  • roundedCornerBackgroundAndOuterBorder

Add the libraries to your dependency

Maven coordinate:

"com.huanshankeji:compose-multiplatform-$module:$version"

View all the artifacts on Maven Central.

This project depends on Kobweb which is not published to Maven Central yet, so you have to add the following Maven repository:

repositories {
    maven("https://us-central1-maven.pkg.dev/varabyte-repos/public")
}

About Kobweb Silk

The Kotlin/JS (Compose HTML) portion of this project depends on Kobweb Compose of Kobweb Silk which is a UI layer built upon Compose HTML that provides Modifier (type-safe CSS API wrappers) and layout APIs. Here is a list of topics in their README.md that should be helpful when you use this library in Compose HTML, especially if you need to customize the components further on Kotlin/JS (Compose HTML):

  1. Silk
    1. Modifier
      1. attrsModifier and styleModifier
  2. General purpose improvements on top of Compose HTML and Kotlin/JS
  3. What about Compose Multiplatform for Web?

compose-multiplatform-material's People

Contributors

shreckye avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

compose-multiplatform-material's Issues

Consider using `Modifier`s and layouts from Kobweb Silk

Kobweb Silk already provides a set of Modifier and layout implementations that look quite comprehensive. Use their implementation directly instead implementing them by ourselves if possible.

See code in https://github.com/varabyte/kobweb/tree/main/frontend/kobweb-compose/src/jsMain/kotlin/com/varabyte/kobweb/compose/ui and https://github.com/varabyte/kobweb/tree/main/frontend/kobweb-compose/src/jsMain/kotlin/com/varabyte/kobweb/compose/ui/modifiers.

A common interface for `Modifier` and CSS styles instead of HTML attributes

After working on this project for a while it seems to me that a Compose Modifier is more similar to the CSS styles in the style attribute instead of all the attributes of an HTML element, while HTML attributes are more similar to a Composable's arguments. If this is investigated to be true in most cases, modify the existing ModifierOrAttrs interface into a common interface for Modifier and CSS styles instead of HTML attributes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.