scarlet-ui
v0.0.6
Published
UI Library built with shadcn and tailwindcss
Readme
Scarlet UI is not just a library; it's a foundation. It's fully open-source, inviting you to tailor its modular components to your specific needs. Whether you're constructing intuitive dashboards, sophisticated data visualizations, or anything in between, Scarlet UI provides the flexibility and robustness you need to bring your creative visions to life.
Getting Started
Welcome to Scarlet UI, where your journey into custom UI design begins. Our library is designed to be as adaptable as it is easy to use. Here's how to get started with forking our repository and making it your own:
Clone the Repository
TODO
Installing the library
npm install scarlet-uiExample
Here is a simple example of using scarlet-ui
import { Button } from "scarlet-ui";
import "scarlet-ui/style.css";
export default () => (
<div>
<Button variant="fancy">Hello world</Button>
</div>
);License
TODO
Copyright © 2024 Pixalynx. All rights reserved.
