wave icon indicating copy to clipboard operation
wave copied to clipboard

Design System of FREE NOW

Results 108 wave issues
Sort by recently updated
recently updated
newest added

### Describe the feature you'd like To display a copy icon within an input so that when it is clicked the contents is copied to the clipboard. The documentation for...

enhancement

### Describe the feature you'd like A common empty state for tables (like what currently exists for internal components or some other such item) ### Describe alternatives you've considered Continue...

enhancement

### What was expected to happen? Going to https://wave.free-now.com/ I am expecting to see `TextButton` but I don't. There is a hint they exist within the Playground at https://wave.free-now.com/components/button ###...

documentation

### Describe the feature you'd like Add a new Slider component, which can be used to select a number (or range) between two ranges. We're already using a custom implementation...

enhancement

### Describe the feature you'd like Allow components to be responsible for their responsiveness depending on the container rather than the screen width and avoid having this solved via props....

### Describe the feature you'd like There is already a component developed internally to satisfy this need https://stash.intapps.it/projects/DOPS/repos/react-component-button-dropdown/pull-requests/1/overview and this seems to be a fairly common approach among designers. ###...

question

We imply "Open Sans" font is used with Wave, but we don't mention this fact in the documentation.

documentation

At the moment, when the user clicks the eye button to show or hide the password, the input loses focus. It would be a better user experience if you can...

enhancement
good first issue

We recently needed a group of buttons to be able to select different weekdays. So I went ahead and created this using the Button and Box component and styling them...

enhancement

- `@freenow/wave` version: 1.0.7 ### Relevant code ```js setCurrentTab(tabs.get("online"))} selected={currentTab === tabs.get("online")} > Online (10) setCurrentTab(tabs.get("offline"))} selected={currentTab === tabs.get("offline")} > Offline (20) ``` ### What you did Testing the keyboard...

bug
a11y