Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.29 KB

File metadata and controls

57 lines (34 loc) · 1.29 KB

audio/ui

A set of accessible and composable Audio UI components. Built on top of shadcn/ui, it's designed for you to copy, paste, and own.

audio/ui

Contributing

We're always looking for contributors to help improve our UI components. Whether it's a bug report, a new feature, or a documentation update, we appreciate your help.

Please see our Contributing Guidelines for more information on how to get involved.

Getting Started

Run development server:

bun run dev

Open http://localhost:3000 with your browser to see the result.

Development

Linting

Check for linting errors:

bun run lint

Fix linting errors automatically:

bun run lint:fix

Resources

shadcn/ui Registry

Build the shadcn/ui registry:

bun run build:registry

This build script compiles all the registry items into a json file that is compatible with both v0 and the shadcn/ui cli. Read the documentation for further details.

License

This project is licensed under the MIT License. See the LICENSE file for details.