Skip to content

v0.1.0 — Initial release

Choose a tag to compare

@khangtrannn khangtrannn released this 21 May 10:37
· 147 commits to main since this release

v0.1.0 — Initial release

Released 2026-05-21.

Added

Form controls

  • NbButton
  • NbCheckbox
  • NbInput
  • NbInputGroup
  • NbLabel
  • NbNativeSelect (directive on native <select>)
  • NbSelect (custom select component)
  • NbTextarea

Layout & content

  • NbAccordion
  • NbAvatar
  • NbBadge
  • NbCard
  • NbImageCard
  • NbMarquee
  • NbTitle

Overlays

  • NbDialog

Foundation

  • MIT license, Angular 21 + Tailwind v4 peer dependencies
  • styles.css single-import entrypoint (default theme)
  • theme.css token-only entrypoint for advanced theming
  • Optional provideNgBrutalism() provider
  • CSS custom properties as the primary theming surface

Notes

  • Pre-1.0: minor versions may include breaking changes while APIs settle.