flowbite

Open-source UI component library and front-end development framework based on Tailwind CSS

MIT License

Downloads
1.3M
Stars
7.7K
Committers
85

Bot releases are hidden (Show)

flowbite - v1.1.1

Published by zoltanszogyenyi almost 3 years ago

  • fix the package mini-svg-data-uri not being included as a dependency
flowbite - v1.1.0

Published by zoltanszogyenyi almost 3 years ago

  • separated the datepicker plugin from the main flowbite.bundle.js file and instead created a separate one which is optional to include
  • added more dropdown component variants and placement options
  • reset form styles and move the extra pseudo CSS styles inside the Flowbite Tailwind CSS plugin file (no longer need to write it yourself)
  • create new styles and options for the tooltip component and remove Tippy JS as a dependency
  • improve documentation container styles and spacing
  • create separate files for each component inside the Flowbite JavaScript ES6 file
flowbite - v1.0.7

Published by zoltanszogyenyi almost 3 years ago

  • apply checkbox and radio input styles as base styles using the plugin interface
flowbite - v1.0.6

Published by zoltanszogyenyi almost 3 years ago

  • remove @tailwindcss/forms plugin as a dependency
  • create a Tailwind CSS plugin that can be included after requiring via NPM
  • remove some unnecessary HTML markup and classes from the component examples
flowbite - v1.0.4

Published by zoltanszogyenyi about 3 years ago

  • use single quotes for JavaScript code
  • update icon size for the card component
flowbite - v1.0.3

Published by zoltanszogyenyi about 3 years ago

  • improve the modal functionality by generating the backdrop on the fly and enable showing/hiding of the modal with JS not just data attributes by using the toggleModal function
  • improve the semantic HTML markup of alerts, button groups, navigation bars, and dropdowns
  • fix the responsive scroll issue for modals (if the content was larger than the viewport, elements inside the modal were unaccessible)
  • create a new component called list group which got separated from the button group component
  • improve navigation bar markup by requiring only one list of pages to prevent duplicate content
  • add the possibility to programatically show or hide elements using the toggleCollapse global function
flowbite - v1.0.2

Published by zoltanszogyenyi about 3 years ago

  • add datepicker plugin and documentation
  • improve documentation
flowbite - v1.0.1

Published by zoltanszogyenyi about 3 years ago

  • initial release files
  • updated JavaScript code to use data attributes instead of inline event listeners
  • fixed some of the purged CSS classes for the alerts components
  • clicking outside the dropdown component will now also close the dropdown menu
  • add previous and next links for the docs page