Skip to main content

Getting started with React

Are you about to start a project? We have templates ... here

🧬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...