remove date

This commit is contained in:
Cory LaViska
2022-08-30 16:08:40 -05:00
parent 237cda3b63
commit 7de37b9315

View File

@@ -5,7 +5,7 @@
Inputs collect data from the user.
```html preview
<sl-input type="date" clearable></sl-input>
<sl-input></sl-input>
```
```jsx react