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