Welcome to Shapes! This application allows you to use iOS-like shapes in your Compose Multiplatform projects. It helps you create smooth and stylish corners for your user interfaces with ease.
To get started, visit the Releases page to download the latest version of Shapes:
To run Shapes smoothly, make sure your system meets the following requirements:
Shapes offers several features designed to enhance your user interface development experience:
Once you have installed Shapes, you can begin using it in your Compose Multiplatform applications. Hereโs a quick guide on how to get started:
Hereโs a simple example to illustrate:
import com.example.shapes.*
@Composable
fun ExampleShape() {
RoundedRectangle(
modifier = Modifier.size(100.dp),
color = Color.Blue,
cornerRadius = 16.dp
)
}
This code creates a blue rectangle with rounded corners in your application.
To keep Shapes running smoothly and securely, regularly check for updates. You can do this by visiting the Releases page again:
If you encounter any issues or have suggestions, feel free to reach out through the Issues tab on GitHub. Your feedback is valuable in helping us improve Shapes.
Shapes is made possible with contributions from the community. Thank you to everyone who helps us make this tool better.
Thank you for choosing Shapes! We hope it enhances your application development experience.