Skip to main content

Getting started with React

🧬Install @tremolo-ui/react​

  1. Install tremolo-ui
npm install @tremolo-ui/react
  1. Install dependencies
npm install react react-dom
  1. Import components and apply default styles.
index.tsx
import { Knob } from '@tremolo-ui/react'
import '@tremolo-ui/react/styles/index.css'

🔰First Step​

Below is an example of a simple knob component.

Click the Code Icon to see the code!

Loading...

🧭Next Step​

Here are some ways to customize the look and feel.
Styling