Constellation
Connected star patterns forming recognizable constellations.
Properties
#ffffff
Star color
#ffffff
Connection line color
Usage
import { Constellation } from '@reactomega/ui';
export default function App() {
return (
<div className="relative w-full h-screen bg-black">
<Constellation count={100} color="#ffffff" />
</div>
);
}