Npm @aislab/ui-kit
Source-based UI Kit, построенный на базе Tailwind CSS и daisyUI.
Готовые компоненты с полной кастомизацией: меняйте цвета, скругления, отступы - всё редактируется прямо в вашем проекте.
| Тип | Команда | Описание |
|---|---|---|
| Native | npx @aislab/ui-kit native |
Установка стандартных компонентов |
| Motion | npx @aislab/ui-kit motion |
Установка анимированных компонентов |
| Force | npx @aislab/ui-kit <type> --force |
Установка игнорируя зависимости |
| Особенность | Описание |
|---|---|
| Customizable | Полный доступ к исходному коду, правьте всё под себя. |
| Hybrid | Содержит как стандартные, так и анимированные компоненты. |
| Direct Path | Компоненты устанавливаются в src/components/ui/. |
| Open Source | Свободная лицензия MIT для любых проектов. |
| Пакет | Версия | Назначение |
|---|---|---|
| Tailwind CSS | ^3.x | Основной движок стилизации |
| daisyUI | ^4.x | Библиотека UI компонентов |
| Framer Motion | ^11.x | Анимации (только для motion) |
import { Button } from "@/components/ui/Button";
export default function App() {
return <Button className="btn-primary">AisLab Button</Button>;
}(Другие скриншоты в папке docs) ---
Source-based UI Kit built on top of Tailwind CSS and daisyUI.
Ready-to-use components with full customization: change colors, border-radius, spacing - everything is editable directly in your project.
| Type | Command | Description |
|---|---|---|
| Native | npx @aislab/ui-kit native |
Install standard components |
| Motion | npx @aislab/ui-kit motion |
Install animated components |
| Force | npx @aislab/ui-kit <type> --force |
Install ignoring dependencies |
| Feature | Description |
|---|---|
| Customizable | Full access to source code, edit everything. |
| Hybrid | Includes both standard and motion components. |
| Direct Path | Installed directly into src/components/ui/. |
| Open Source | MIT Licensed for all types of projects. |
| Package | Version | Purpose |
|---|---|---|
| Tailwind CSS | ^3.x | Core styling engine |
| daisyUI | ^4.x | UI component library |
| Framer Motion | ^11.x | Animations (motion only) |
import { Button } from "@/components/ui/Button";
export default function App() {
return <Button className="btn-primary">AisLab Button</Button>;
}MIT License. Built on top of daisyUI.
You can contact me TG: @aisblack. Email: aibekmiribekov0217@gmail.com




