React 19 or later.
Install SHIVMS UI
Add SHIVMS UI to your project and start building accessible, reusable, and production-ready interfaces in just a few minutes.
Requirements
1
Install the package
Install SHIVMS UI using your preferred package manager.
npm install @shivms/ui2
Import styles
Import the default stylesheet once in your application.
import "@shivms/ui/styles.css";3
Use your first component
Import a component and start building your UI.
import { Button } from "@shivms/ui";
export default function App() {
return (
<Button>
Click Me
</Button>
);
}Continue Reading
Explore more SHIVMS UI documentation and guides.
Learn what SHIVMS UI is and how to begin.
Install the library into your project.
Reusable React hooks for state, themes and responsiveness.
Use built-in icons throughout your application.
Configure light and dark themes.
Reusable helper functions for everyday development.
Build accessible user interfaces.
Customize colors, spacing and components.
See what's new in each release.
