0.5.2 • Published 1 year ago

disgraceful-ui v0.5.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Disgraceful UI

Start

// Import .css styles
import "disgraceful-ui/style";
import { Button, theme } from "disgraceful-ui";

// Add scoped className to the root of you'r app
const { dark_theme, light_theme } = theme;
document.body.classList.add(light_theme);

// Use it!
const App = () => {
  return <Button onClick={() => {}}>Touch the x3 Buwdge</Button>;
};

List of Available Components

  • Button
  • Container
  • Heading
  • Icon
  • Input
  • Paragraph
  • Select
  • Textarea
  • Checkbox
  • Header

About

It was made only to take some of the components out of the Artemiys-Toolbox.

0.5.2

1 year ago

0.5.0

2 years ago

0.5.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago