Component infrastructure and Material Design components for Graphene
You can install the package via UPM by adding the line below to your project's `Packages/manifest.json` file.
You can find this file by opening your project's Packages folder in a file browser, it is not displayed in the editor.
{
"dependencies": {
"com.graphene.core": "https://github.com/LudiKha/Graphene-Core.git?path=/src",
"com.graphene.components": "https://github.com/LudiKha/Graphene-Components.git?path=/src",
...
},
}