Skip to content

Modal

Compare
Choose a tag to compare
@nickgrato nickgrato released this 17 Jul 15:18
· 16 commits to main since this release
8133f4d

Switch

  • updated Switch component new styles ( shout out to @nikk15 )
  • the ability to programmatically switch components off and on

Badge => Pill

  • deprecated Badge component and Pill component are now taking their place.
  • Pill component has a new brand background gradient colors "rainbow" | "cool" | "warm"

Input

  • input component updated with an optional top label (aria-label is applied so html label will be ok to remove)
  • "readonly" option

Button

  • Bug fix: button was wrapping when "squished" when having more than one word in the Button

Radio

  • new react node option to the radio so you can place a custom image/icon after the radio circle and before its label.
  • optional label

Modal component

  • the modal component was used in multiple projects and has now been added to Lilypad, TODO - add fade animation.