@doom-ui/components
TypeScript icon, indicating that this package has built-in type declarations

0.3.6 • Public • Published

@doom-ui/components

React components for the Doom UI library.

This package is still under development and is not yet ready for production use.

Installation

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

import { Button } from "@doom-ui/components";
import { ThemeProvider } from "@doom-ui/core";

function App() {
  return (
    <ThemeProvider>
      <Button>Click me</Button>
    </ThemeProvider>
  );
}

Components

  • Button
  • [List other components as they are added]

Package Sidebar

Install

npm i @doom-ui/components

Weekly Downloads

17

Version

0.3.6

License

none

Unpacked Size

73.4 kB

Total Files

22

Last publish

Collaborators

  • omarshehab3615