Skip to content

Commit

Permalink
Revert "Feature/add files"
Browse files Browse the repository at this point in the history
  • Loading branch information
ElishaSamPeterPrabhu authored Sep 1, 2023
1 parent a57b9d0 commit 71d8ce8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 99 deletions.
31 changes: 0 additions & 31 deletions CONTRIBUTING.md

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

50 changes: 3 additions & 47 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,49 +1,5 @@
<p align="center">
<a href="https://www.nuget.org/packages/Trimble.Modus.Components/0.0.7-alpha">
<img src="https://img.shields.io/nuget/v/Trimble.Modus.Components" alt/>
</a>
</p>

The [Trimble Modus Design System](https://modus.trimble.com/) describes the UX that Trimble wants to provide in its UI across its many applications. The benefits of using Modus include rapid prototyping, development efficiency, and UX consistency.

Modus includes:

- Components

This library provides Modus Elements as reusable, encapsulated mobile UI components. These can be implemented in any mobile app built with .NET MAUI. The modus-mobile-components library was built using the latest mobile UX specs and guidelines from Figma.

# Looking for documentation?

You can check out <https://modus.trimble.com/components/mobile/> for the library's latest documentation.

# Getting Started
### Installing Modus Mobile Components
1. In your dotnet MAUI application, right click on the Dependencies -> Manage Nuget Packages and search and choose the Trimble.Modus.Components and click the Add Package
Here’s the direct link: Trimble.Modus.Components

1. Add the following using statement in your MauiProgram:
using Trimble.Modus.Components.Hosting;
1. Then register the handlers to use the Modus components
```
public static class MauiProgram
{
public static MauiApp CreateMauiApp()
{
var builder = MauiApp.CreateBuilder();
builder
.UseMauiApp<App>()
.UseTrimbleModus()
// register other handlers
return builder.Build();
}
}
```
Now you can use the controls in your app.\
For more information check out the [Getting Started page](https://happy-pond-034b3b40f.3.azurestaticapps.net/).

# Contributing

Curious about contributing? We've got a [contributing guide](https://github.com/trimble-oss/modus-mobile-maui-components/blob/feature/Add_files/CONTRIBUTING.md) to help get you going.

# modus-mobile-components

Test

Test 2

0 comments on commit 71d8ce8

Please sign in to comment.