1.2.1 • Published 5 months ago

@rxxuzi/gumi v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Gumi

A minimal design system for modern web.

npm version License: MIT

Installation

<!-- CDN -->
<link rel="stylesheet" href="https://unpkg.com/@rxxuzi/gumi@latest/dist/gumi.css">
<script src="https://unpkg.com/@rxxuzi/gumi@latest/dist/gumi.js"></script>
# NPM
npm install @rxxuzi/gumi

Quick Start

<!DOCTYPE html>
<html>
<head>
    <link rel="stylesheet" href="https://unpkg.com/@rxxuzi/gumi@latest/dist/gumi.css">
</head>
<body>
    <button class="btn btn-primary">Click me</button>
    
    <script src="https://unpkg.com/@rxxuzi/gumi@latest/dist/gumi.js"></script>
</body>
</html>

Features

  • Zero dependencies
  • TypeScript support
  • Light/Dark themes
  • Responsive design
  • Smooth animations
  • Interactive components

Components

  • Buttons, Forms, Cards
  • Modal, Toast, Dropdown
  • Tabs, Accordion, Progress
  • Sidebar with hamburger menu

Documentation

See doc/ for full documentation.

Development

git clone https://github.com/rxxuzi/gumi.git
cd gumi
npm install
npm run dev

License

Gumi is an open source project under the MIT LICENSE

1.2.1

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago