Getting Started
Are you about to start a project? We have templates ... here
Install @tremolo-ui/react
- Install tremolo-ui
- npm
- Yarn
- pnpm
- Bun
npm install @tremolo-ui/react
yarn add @tremolo-ui/react
pnpm add @tremolo-ui/react
bun add @tremolo-ui/react
- Install dependencies
- npm
- Yarn
- pnpm
- Bun
npm install react react-dom
yarn add react react-dom
pnpm add react react-dom
bun add react react-dom
- 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!