material-tailwind

@material-tailwind is an easy-to-use components library for Tailwind CSS and Material Design.

MIT License

Downloads
279.6K
Stars
3.7K
Committers
53

Bot releases are hidden (Show)

material-tailwind - @material-tailwind/react-v2.1.1

Published by sajadevo about 1 year ago

Patch Changes

  • Merge PR #438 by @espressoGoddess
  • Merge PR #432 by @the-r3aper7
  • Merge PR #431 by @i0n-
  • Merge PR #414 by @renny-ren
  • Merge PR #390 by @simonrentzke
  • Merge PR #383 by @musama619
  • Merge PR #373 by @mjfura

Docs Updates

  • Fix issue #437
  • Fix issue #436
  • Fix issue #434
material-tailwind - @material-tailwind/react-v2.1.0

Published by sajadevo about 1 year ago

Minor Changes

  • Update design for components.
  • Change the base color to gray-900 for components.
  • Fix the border issue with standard and static input variants.

Docs Updates

  • Add release notes page.
  • Add figma landing page.
  • Add algolia search for documentation.
  • Change the design and layout for the documentation.
material-tailwind - @material-tailwind/react-v2.0.8

Published by sajadevo about 1 year ago

Patch Changes

  • Fix the export issue for components.
material-tailwind - @material-tailwind/react-v2.0.7

Published by sajadevo about 1 year ago

Patch Changes

  • Replace @heroicons/react icons with svg version of the icons.

Docs Changes

  • Update props and theme pages and add them all together to the component page.
material-tailwind - @material-tailwind/react-v2.0.6

Published by sajadevo over 1 year ago

Patch Changes

  • Fix issue #387
  • Add useId hook for <Tabs />, <Checkbox />, <Radio />, <Switch /> components, this will help to use multiple of these components in a page without adding different id for each instance.
material-tailwind - @material-tailwind/react-v2.0.5

Published by sajadevo over 1 year ago

Patch Changes

  • Update the stepper style for steps.

Docs Changes

  • Update texts
material-tailwind - create-material-tailwind-v0.1.5

Published by sajadevo over 1 year ago

Released the new CLI for scaffolding Material Tailwind projects with ease. More Info

material-tailwind - @material-tailwind/react-v2.0.4

Published by sajadevo over 1 year ago

Patch Changes

  • Fix the style issue for vertical tabs

Docs Changes

  • Add new examples with custom styles for components.
material-tailwind - @material-tailwind/react-v2.0.3

Published by sajadevo over 1 year ago

Patch Changes

  • Fix issue #362
  • Fix issue #361
  • Fix issue #360
  • Fix issue #359
material-tailwind - @material-tailwind/react-v2.0.2

Published by sajadevo over 1 year ago

Patch Changes

  • Improve framer motion first load size, by @mobinyardim
  • Fix chip size in documentation, by @guilhermealves18
  • Fix missing import on documentation, by @abhidadhaniya23
  • Remove all LOREM IPSUM texts from documentation
material-tailwind - @material-tailwind/react-v2.0.1

Published by sajadevo over 1 year ago

Changes

Fix

  • Add @heroicons/react as dependency to fix the missing dependency issue.
  • Fix the <Badge /> proptypes issue for color.
material-tailwind - @material-tailwind/react-v2.0.0

Published by sajadevo over 1 year ago

Changes

Major Changes

Features

  • Add new component Badge
  • Add new component ButtonGroup
  • Add new component Collpase
  • Add new component Carousel
  • Add new component Drawer
  • Add new component List
  • Add new component RatingBar
  • Add new component Slider
  • Add new component SpeedDial
  • Add new component Spinner
  • Add new component Stepper
  • Add new component Timeline
  • Update Checkbox component
  • Update Menu component
  • Update Navbar component
  • Update ProgressBar component
  • Update RadioButton component
  • Update Swtich component
  • Update Tabs component

Docs

  • Add new components documentation pages
  • Add new examples to documentation
  • Fix typos on documentation
  • Add new page Form
  • Add new page Pagination
  • Add new page Footer
  • Add new page Img
  • Add new page Video
  • Add new page Sidebar
  • Add new page Table
material-tailwind - @material-tailwind/html-v1.4.2

Published by sajadevo over 1 year ago

Changes

Fix

  • Fix the path issue with withMT() config file.

Docs

  • Update the monorepo guidelines for tailwind.config.js
material-tailwind - @material-tailwind/react-v1.4.1

Published by sajadevo over 1 year ago

Changes

Update

  • Update the withMT() function for tailwind configurations.
material-tailwind - @material-tailwind/react-v1.4.0

Published by sajadevo over 1 year ago

Changes

Fix

  • Fix issue #290
  • Fix issue #288
  • Fix issue #258
  • Fix issue #225 by @pppp606

Features

  • Add the __dirname for withMT() function by @randallhunt.
  • Add shrink prop for <Input /> for making the floating label controlled.
  • Add shrink prop for <Textarea /> for making the floating label controlled.
  • Update <Menu /> component to be keyboard friendly.
  • Update <Select /> component to make the label floated if there is a value by default.
  • Update <Checkbox />, <Radio /> and <Switch /> components label type from string to node, it helps to pass JSX as value for the label prop.
  • Add iconProps for <Checkbox /> and <Radio /> to make the icon container customisable.
  • Use the useMergeRefs instead of react-merge-refs.
  • Remove the opacity changing when closing and opening the <Accordion />, it make the behavior more smooth.

Docs

material-tailwind - @material-tailwind/html-v2.0.0

Published by sajadevo over 1 year ago

Changes

Fix

  • Fix issue #278

Docs

  • Update the entire documentation for the html components.
  • Uses pure tailwind css class for html component rather than custom classes.
  • New demo/code preview added for documentation of components.
  • Add more info and description for each page and how to use the components.

Major Changes

  • Migration from custom classes to pure tailwind css classes.
  • New scripts for interactive components using the data attributes.
material-tailwind - @material-tailwind/html-v1.2.4

Published by sajadevo almost 2 years ago

Changes

Fix

  • Fix typo mistakes by @Yarles404
  • Fix css transition typo mistake by @egyjs
material-tailwind - @material-tailwind/react-v1.2.5

Published by sajadevo almost 2 years ago

Changes

Fix

  • Fix issue #256
  • Fix issue #249
  • Fix issue #227
  • Fix issue #165
  • Fix issue #143
  • Fix issue #116
  • Fix issue #232
  • Fix issue #213
  • Fix issue #205
  • Fix issue #240
  • Fix issue #229
  • Fix typo mistakes by @victorpatru and @Yarles404
  • Fix the props interface issue for the home page by @Deveesh-Shetty

Docs

  • Add guides for using @material-tailwind/react with monorepo.
  • Update the components pages and fix the import issues for code examples.
material-tailwind - @material-tailwind/html-v1.2.2

Published by groovemen about 2 years ago

Changes

Features

  • make the components themable.
material-tailwind - @material-tailwind/react-v1.2.4

Published by sajadevo about 2 years ago

Changes

Features

  • Add containerProps for Input component to make it easier for passing props to Input container element.

Fix

  • Fix issue #210.
  • Fix issue #201.
  • Fix issue #198.
  • Fix Accordion auto height issue by @mldyh.

Docs

  • Update accordion page.
  • Update input props page.
Package Rankings
Top 1.46% on Npmjs.org
Related Projects