Skip to main content

Getting Started

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 the components you need.
index.tsx
import { Knob } from '@tremolo-ui/react'

tremolo-ui ships no CSS: a component renders its markup and leaves the appearance to you. Styling covers how to give it one, and publishes the theme these examples use so you can start from it.

🔰First Step

Below is an example of a simple knob component.

Click the Code Icon to see the code!

Loading...