Skip to content

Releases: sambeevors/tailwindcss-neumorphism

0.1.0

10 Jun 00:17
Compare
Choose a tag to compare

The customizability update

The first major update for tailwindcss-neumorphism is here, and it adds some new useful customizability options.

What's new?

  • Multiple sizes! By default effects are generated from xs to xl (5 in total) but can be to any number of sizes. Values can be generated from any valid sizing unit (px/em/% etc). Setting a key of default will generate an unsuffixed class.
  • The neumorphism variant has been split into its separate effects; neumorphismFlat, neumorphismConcave, neumorphismConvex, and neumorphismInset. This allows for individual toggling of effects.
  • The effects have been slightly tweaked to look better on particularly light / dark backgrounds, but this should generally improve the effect.

Upgrading from 0.0.x

If you have customised your variants in the config, these will need splitting into the 4 new variants. Everything else should just work, though you may see some slight differences in colors on particularly light / dark backgrounds - hopefully you'll agree the tweaks are a modest improvement.

tailwindcss-neumorphism 0.0.2

05 Jun 12:28
Compare
Choose a tag to compare
  • Changed variant key from neumorphisms to neumorphism

tailwindcss-neumorphism 0.0.1

05 Jun 12:26
Compare
Choose a tag to compare

Initial Release

Generate 4 different neumorphism effects for soft UI designs