@stenajs-webui/calendar
Advanced tools
Changelog
2.3.0
SidebarMenu
A menu with a title, links and collapsible menu components
SidebarMenuHeading
- a title.SidebarMenuLink
- a link that can be selected and have an icon to the left.SidebarMenuCollapsible
- a component that expands and contracts sub menu items SidebarMenuCollapsibleLink
.SidebarMenuCollapsibleLink
- a link that can be selected and is contained in a SidebarMenuCollapsible
.See stories for examples.
StandardTable
StandardTable
.StandardTable
.Changelog
2.2.0
ResultListBanner
A banner that contains a list of results. Can be used when displaying multiple errors.
useResultListBannerState
A hook that contains all state needed for ResultListBanner
.
It exposes functions for setting the state of the banner.
ResultList
A list of results, presented in ul
tag.
Spinner
has new size tiny
.
Banner
changed to have optional text.
To make room for arbitrary children under header if no text provided.
Banner
children (i.e bottom content) is now in proper layout under header and text.Changelog
2.1.0
as
prop.To create links with button look, use PrimaryButtonLink
, etc.
TabMenu
and Tab
.TabMenu
can have Tab
elements as children, creating a tab menu bar.
Tab
have mostly the same props as buttons.
CheckboxMenu
in panels
package.A checkbox and a menu, with options to quick select checkboxes.
ActionMenuButton
in panels
package.A flat button with ellipses icon that opens an action menu.
PrimaryButtonLink
FlatButtonLink
SecondaryButtonLink
They are a
tags with same design and functionality as PrimaryButton
, etc.
ActionMenu
.Changelog
2.0.9
reducer-id-gate
did not send action to inner reducer when state was undefined.
Changelog
2.0.8
Increased contrast in Select
light theme hover states.
Banner
component now has success
& warning
variants.
DateTextInput
popover content is now wrapped with a popupRef. This fixes a bug where useMultiOnClickOutside
would
cause the popover to close before being able trigger a change.
PrimaryButton
is no longer larger than intended on some Windows browsers.
reducer-id-gate
was calling internal reducer with the action when reducerId did not match, if state was undefined.
Changelog
2.0.7
Label
Used to add a label to Chip, TextInput or any other component.
commitEditableEntityToPersisted
action to editable-entity-reducer.TableCell
which could break styling of cell.Changelog
2.0.6
StandardTable
did not apply minWidth
to header.Changelog
2.0.5
minWidth
field to StandardTable column config.Collapsible
, did not expand properly.Collapsible
collapse/expand arrows.Changelog
2.0.4
Popover
lazy
prop to Popover
. When enabled, the popover content is not rendered until popover is opened.Changelog
2.0.3
DateRangeDualTextInput