Skip to content

A Disgraceful Component Library for Solid.js

License

Notifications You must be signed in to change notification settings

yhdgms1/disgraceful-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Disgraceful Component Library for Solid.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published