tallcraftui

TallCraftUI is a Laravel blade UI components library built on TALL stack (TailwindCSS, Alpine.js, Laravel, Livewire)

MIT License

Downloads
44
Stars
25
Committers
3

Bot releases are hidden (Show)

tallcraftui - v1.3.0

Published by developermithu 29 days ago

What's Changed

  1. Password : new component 🎉
  2. Color Picker : new component 🎉
  3. Tab : new component 🎉
  4. Accordion : new component 🎉
  5. Card : new component 🎉
    and bug fixes..

Update config and tallcraftui.css

php artisan vendor:publish --tag=tallcraftui-config --force
php artisan vendor:publish --tag=tallcraftui-css --force

Clear the view cache by running php artisan view:clear

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.9...v1.3.0

tallcraftui - v1.2.9

Published by developermithu about 1 month ago

What's Changed

  • Spinner : new component 🥳🎉
  • Toggle : added color and size variants
  • Table : persist page layout after pagination & added hoverable attribute

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.8...v1.2.9

tallcraftui - v1.2.8 Latest Release

Published by developermithu about 1 month ago

What's Changed

  • Toggle : bug fix 🐛
  • Table : new component 🥳🎉

Publish tallcraftui.css

php artisan vendor:publish --tag=tallcraftui-css

Import tallcraftui.css in the top of app.css

@import "./tallcraftui.css";

@tailwind base;
@tailwind components;
@tailwind utilities;

Update Config

php artisan vendor:publish --tag=tallcraftui-config --force

Clear the view cache by running php artisan view:clear

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.7...v1.2.8

tallcraftui - v1.2.7

Published by developermithu about 2 months ago

What's Changed

  • Drawer : fix drawer dark color & title attribute
  • Alert : fix title color

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.6...v1.2.7

tallcraftui - v1.2.6

Published by developermithu about 2 months ago

What's Changed

  • Fix : install:tallcraftui command
  • Dropdown : improvement with new fade slide flip rotate animation attributes
  • Modal : added without-trap-focus attribute and close dispatch event
  • Drawer : new component 🎉

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.5...v1.2.6

tallcraftui - v1.2.5

Published by developermithu about 2 months ago

What's Changed

  • Fix : focus border color input textarea select components
  • Modal : added dismissible and blur-none attribute
  • Dropdown : added title and icon attribute
  • Config : added TALLCRAFTUI_PREFIX env variable

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.4...v1.2.5

tallcraftui - v1.2.4

Published by developermithu about 2 months ago

What's Changed

  • Stat : new component 🎉
  • Menu : new component 🎉
  • MenuItem : new component 🎉
  • Separator : new component 🎉
  • Dropdown : added no-transition attribute
  • Modal : added no-transition attribute
  • Config : refactor config/tallcraftui.php

To Update Config File run the following command

php artisan vendor:publish --tag=tallcraftui-config --force

Make sure to clear the view cache after updating php artisan view:clear

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.2.1...v1.2.4

tallcraftui - v1.2.0

Published by developermithu 2 months ago

What's Changed

  • Textarea: added auto-resize attribute
  • Badge: new component 🎉
  • Toggle: new component 🎉
  • Updated config/tallcraftui.php
  • Added Tailwindcss missing colors emerald teal blue indigo violet
  • Added support tailwind merge laravel

Update Config File

php artisan vendor:publish --tag=tallcraftui-config --force

Make sure to clear the view cache php artisan view:clear

Breaking Changes

  • Removed color support tertiary warning danger info success

Before

export default {
    theme: {
        extend: {
            // .....
 
            colors: {
                primary: "#6d28d9",
                secondary: "#a21caf",
                tertiary: "#00BBC9",
                danger: "#b91c1c",
                warning: "#a16207",
                success: "#15803d",
                info: "#1d4ed8",
            },
        },
    },
};

After

export default {
    theme: {
        extend: {
            // .....
 
            colors: {
                primary: "#6d28d9",
                secondary: "#a21caf",
            },
        },
    },
};

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.1.3...v1.2.0

tallcraftui -

Published by developermithu 3 months ago

What's Changed

  • Input: fix error message breaks down layout when adding suffix, prefix, prepend or append attribute
  • Input: rename attribute name preffix to prefix
  • Radio: fix primary color not working
  • Modal: change default size 2xl to lg

Breaking Changes

Before ❌

<x-input label="Website" preffix="https://" />

After ✅

<x-input label="Website" prefix="https://" />

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.1.2...v1.1.3

tallcraftui - v1.1.2

Published by developermithu 3 months ago

What's Changed

  • Bug fix: internal components not working

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.1.1...v1.1.2

tallcraftui - v1.1.1

Published by developermithu 3 months ago

What's Changed

  • New : Dropdown component 🎉
  • Fix : Alert title attribute not working

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.1.0...v1.1.1

tallcraftui - v1.1.0

Published by developermithu 3 months ago

What's Changed

  • Added Tailwind CSS colors support
  • New: Breadcrumb component
  • New: Modal component

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v1.0...v1.1.0

tallcraftui - v1.0

Published by developermithu 3 months ago

What's Changed

  • Update readme
  • Refactor components
  • Added MIT License
  • Added dark mode support 🎉

Full Changelog: https://github.com/developermithu/tallcraftui/compare/v0.9...v1.0

tallcraftui - v0.9

Published by developermithu 3 months ago

Release v0.9

Component List

  1. Input
  2. Icon
  3. Button
  4. Textarea
  5. Select
  6. Radio
  7. Checkbox
  8. Alert