0.3.6 • Published 1 year ago

@doom-ui/components v0.3.6

Weekly downloads
-
License
-
Repository
github
Last release
1 year 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

1 year ago

0.3.5

1 year ago

0.3.4

1 year ago

0.3.3

1 year ago

0.3.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.0-3

1 year ago

0.1.0-2

1 year ago

0.1.0-1

1 year ago

0.1.0

1 year ago