0.3.6 • Published 12 months ago

@doom-ui/components v0.3.6

Weekly downloads
-
License
-
Repository
github
Last release
12 months ago

@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

0.3.6

12 months ago

0.3.5

12 months ago

0.3.4

12 months ago

0.3.3

12 months ago

0.3.2

12 months ago

0.3.1

12 months ago

0.3.0

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.2

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.0-3

12 months ago

0.1.0-2

12 months ago

0.1.0-1

12 months ago

0.1.0

12 months ago