React components for the Doom UI library.
npm install @doom-ui/componentsbash
npm install @doom-ui/components @doom-ui/core
yarn add @doom-ui/components @doom-ui/core
pnpm add @doom-ui/components @doom-ui/core
bun add @doom-ui/components @doom-ui/core
deno add @doom-ui/components @doom-ui/core
`
Usage
`typescript
import { Button } from "@doom-ui/components";
import { ThemeProvider } from "@doom-ui/core";
function App() {
return (
);
}
``