Skip to content

Commit

Permalink
Rename Composables Core to Compose Unstyled
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstyl committed Oct 6, 2024
1 parent 7a4d81b commit 67c6dd9
Show file tree
Hide file tree
Showing 12 changed files with 20 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Composables Core
# Compose Unstyled

Unstyled, fully accessible Compose Multiplatform UI components that you can customize to your heart's content.
Unstyled, fully accessible Jetpack Compose and Compose Multiplatform UI components that you can customize to your heart's content.

## Installation

Expand All @@ -16,7 +16,7 @@ dependencies {

## Documentation

For full documentation, checkout: https://composablescore.com/
For full documentation, checkout: https://composeunstyled.com/

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ afterEvaluate {
artifact(javadocJar)

pom {
name.set("Composables Core")
name.set("Compose Unstyled")
description.set("Unstyled, fully accesible Compose Multiplatform components that you can customize to your heart's desire.")
url.set("https://${githubUrl}")
licenses {
Expand Down
2 changes: 1 addition & 1 deletion demo-icon/src/desktopMain/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.composables.core.demo
import androidx.compose.ui.window.singleWindowApplication

fun main() = singleWindowApplication(
title = "Composables Core",
title = "Compose Unstyled",
) {
IconDemo()
}
2 changes: 1 addition & 1 deletion demo-modalsheet/src/desktopMain/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.composables.core.demo
import androidx.compose.ui.window.singleWindowApplication

fun main() = singleWindowApplication(
title = "Composables Core",
title = "Compose Unstyled",
) {
ModalBottomSheetDemo()
}
2 changes: 1 addition & 1 deletion demo-scrollarea/src/desktopMain/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.composables.core.demo
import androidx.compose.ui.window.singleWindowApplication

fun main() = singleWindowApplication(
title = "Composables Core",
title = "Compose Unstyled",
) {
ScrollAreaDemo()
}
2 changes: 1 addition & 1 deletion demo-separators/src/desktopMain/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.composables.core.demo
import androidx.compose.ui.window.singleWindowApplication

fun main() = singleWindowApplication(
title = "Composables Core",
title = "Compose Unstyled",
) {
SeparatorsDemo()
}
2 changes: 1 addition & 1 deletion demo-sheet/src/desktopMain/kotlin/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package com.composables.core.demo
import androidx.compose.ui.window.singleWindowApplication

fun main() = singleWindowApplication(
title = "Composables Core",
title = "Compose Unstyled",
) {
BottomSheetDemo()
}
2 changes: 1 addition & 1 deletion docs/CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
composablescore.com
composeunstyled.com
Binary file added docs/assets/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 4 additions & 6 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,12 @@
hide: -navigation -toc
---

# Composables Core
# Compose Unstyled

Unstyled, fully accessible components for Jetpack Compose & Compose Multiplatform that you can customize to your heart's content.

Available for 🖥️ Desktop, 🌐 Web (Js/WASM), 🤖 Android, 🍎 iOS, and any other platform Compose can run on.

[💬 Ask questions on Discord](https://discord.com/channels/1264922125920374905/1264949180967686284)

<style>
img {
border-radius: 20px;
Expand Down Expand Up @@ -93,7 +91,7 @@ Available for 🖥️ Desktop, 🌐 Web (Js/WASM), 🤖 Android, 🍎 iOS, and a
</div>
<div class="testimonial-content">
<div class="testimonial-text">
"@alexstyl just wanted to let you know that we just transition from M3 Modal Bottom Sheet to your composables core one and it fixed multiple issues 🎉"
"@alexstyl just wanted to let you know that we just transition from M3 Modal Bottom Sheet to your Compose Unstyled one and it fixed multiple issues 🎉"
</div>
<div class="testimonial-author">
<h3>Matt Kula</h3>
Expand All @@ -108,7 +106,7 @@ Available for 🖥️ Desktop, 🌐 Web (Js/WASM), 🤖 Android, 🍎 iOS, and a
</div>
<div class="testimonial-content">
<div class="testimonial-text">
"Ever since Composables Core was pointed out to me I use that one.
"Ever since Compose Unstyled was pointed out to me I use that one.
Simpler API, and it actually works. I like it a lot, after continuously having something broken with the (Material Compose) bottom sheets."
</div>
<div class="testimonial-author">
Expand Down Expand Up @@ -145,7 +143,7 @@ Plus, I needed high-quality, non-Material looking components for my Compose Mult
</div>
<div class="testimonial-author">
<h3>Alex Styl</h3>
<p>Author of Composables Core</p>
<p>Author of Compose Unstyled</p>
</div>
</div>
</div>
Expand Down
12 changes: 6 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
site_name: 'Composables Core'
site_description: "Unstyled, fully accessible Compose Multiplatform components that you can customize to your heart's desire."
site_url: https://composablescore.com
site_name: 'Compose Unstyled'
site_description: "Unstyled, fully accessible Jetpack Compose & Compose Multiplatform components that you can customize to your heart's desire."
site_url: https://composeunstyled.com
docs_dir: 'docs'

repo_name: 'Composables Core'
repo_name: 'Compose Unstyled'
repo_url: https://github.com/composablehorizons/composables-core/

theme:
name: material
custom_dir: docs/overrides
favicon: assets/favicon.ico
logo: assets/composables.png
favicon: assets/favicon.png
logo: assets/logo.png
font:
text: Fira Sans
code: Jetbrains Mono
Expand Down

0 comments on commit 67c6dd9

Please sign in to comment.