glide-ui-kit
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Glide UI

Glide UI is a headless component library focused on sleek, micro-interaction-driven UI using Framer Motion.

npm license


Glide UI is a headless, lightweight, and accessible UI component library built with React, TypeScript, and Framer Motion.
It focuses on micro-interactions and clean developer experience.


✨ Features

  • Accessible and flexible components
  • Framer Motion animations built-in
  • Tree-shakable and lightweight
  • Easy to customize with your own styles
  • Type-safe with full TypeScript support

📦 Installation

npm install glide-ui
yarn add glide-ui

Usage

import { Button, Input, Alert } from "glide-ui";

export default function App() {
  return (
    <div className="p-4">
      <Button>Click Me</Button>
      <Input placeholder="Type something..." />
      <Alert message="This is an info alert!" type="info" />
    </div>
  );
}

🧩 Available Components

  • Alert

  • Avatar

  • Badge

  • Breadcrumb

  • Button

  • Checkbox

  • Input

  • Menu

  • Pagination

  • ProgressBar

  • RadioGroup

  • Select

  • Slider

  • Spinner

  • Stepper

  • Switch

  • Table

  • Textarea

  • Toast

  • Typography

📖 Documentation

Coming soon! (Work in progress 🚧)

🤝 Contributing

We welcome contributions! Please open issues, suggest improvements, or create pull requests.

📜 License

MIT License.

Readme

Keywords

none

Package Sidebar

Install

npm i glide-ui-kit

Weekly Downloads

5

Version

1.0.1

License

none

Unpacked Size

56.9 kB

Total Files

62

Last publish

Collaborators

  • manish3299