vivaui
v1.0.5
Published
Aggregate package for VivaComponent
Downloads
23
Readme
vivaui
vivaui is a React component library including:
- Card (
@vivaui/card) – flexible card component with raw CSS and Tailwind support - Navbar (
@vivaui/navbar) – responsive navbar component with raw CSS and Tailwind support
You can import individual packages or use the aggregate vivaui package.
Installation
# Install aggregate package
npm install vivaui
# OR install individually
npm install @vivaui/card @vivaui/navbar