https://react.semantic-ui.com/
I'm going to check this out as a basline UI kit for future react projects. Looks like a good graphical baseline and fairly easy to use. The Grid looks particularly interesting.
| package com.your.package.structure.here | |
| /** | |
| * Custom Preference that provides an indeterminate progress bar for showing loading/long-running operations. | |
| * Set checked to to "true" to show the progress bar and "false" to hide it. | |
| */ | |
| class LoadingPreferenceRow constructor( | |
| context: Context, attrs: AttributeSet? = null | |
| ): SwitchPreference(context, attrs) { |
https://react.semantic-ui.com/
I'm going to check this out as a basline UI kit for future react projects. Looks like a good graphical baseline and fairly easy to use. The Grid looks particularly interesting.
| import androidx.compose.ui.geometry.Rect | |
| import androidx.compose.ui.geometry.Size | |
| import androidx.compose.ui.graphics.Outline | |
| import androidx.compose.ui.graphics.Path | |
| import androidx.compose.ui.graphics.Shape | |
| import androidx.compose.ui.unit.Density | |
| import androidx.compose.ui.unit.Dp | |
| import androidx.compose.ui.unit.LayoutDirection | |
| class RoundedDiamondFabShape( |
| from cmath import exp | |
| import bpy | |
| ##### :: Script-Specific Functions :: ##### | |
| def deselect_all(): | |
| bpy.ops.object.select_all(action='DESELECT') | |
| def active_object(name): | |
| print(name) |
| import {Canvas, MeshProps, useFrame, useLoader} from "@react-three/fiber/native" | |
| // import useControls from "r3f-native-orbitcontrols" | |
| import { useRef, useState } from "react" | |
| import { View } from "react-native" | |
| import { GLTFLoader } from "three-stdlib"; | |
| import { Suspense } from "react"; | |
| import { useGLTF } from '@react-three/drei/native' | |
| import useControls from "r3f-native-orbitcontrols"; | |
| export default function App() { |
| { | |
| "usd_conversions": [ | |
| { | |
| "name": "INR", | |
| "rate": 80.0 | |
| }, | |
| { | |
| "name": "EUR", | |
| "rate": 0.92 | |
| } |