Import
Import only the icons your application needs.
SHIVMS UI includes a growing collection of lightweight SVG icons designed to work perfectly with every component.
import {
SearchIcon,
UsersIcon,
} from "@shivms/ui";Every icon is designed for consistency, customization and performance.
Import only the icons your application needs.
Control the icon size using the size prop.
Icons inherit the current text color by default.
Lightweight SVG icons optimized for performance.
Import any icon and render it like a normal React component.
import {
SearchIcon,
} from "@shivms/ui";
export default function App() {
return (
<SearchIcon
size={24}
/>
);
}Crisp rendering at every screen size.
Customize size, color and styling with ease.
Lightweight components with excellent performance.
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.