Trading UI components for React and Tailwind

The parts a trading screen is made of, built for real density rather than a demo. Order entry, positions, fills, live tape and the price surfaces around them, all dark by default and sized for tabular numbers. Every one installs through the shadcn CLI into your own project, so you own the source and can take it apart.

13 components, installable with the shadcn CLI.

Questions

Are these components ready for a live trading product?
They are production-grade React source that you install and own, built with real data density and every state designed, including loading, empty, error and stale. They carry no market data or broker connection, so you wire them to your own feed and order API.
Do the numbers stay aligned?
Yes. Every figure is set in tabular numerals with a fixed decimal treatment, so columns line up and values do not jump as prices tick.

Browse by type

Install one in a minute

Every component here installs with the shadcn CLI and lands in your project as source you own.

Read the install guide