// 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>;
};
- Button
- Container
- Heading
- Icon
- Input
- Paragraph
- Select
- Textarea
- Checkbox
- Header
It was made only to take some of the components out of the Artemiys-Toolbox.