mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 07:50:36 +01:00
feat(Textarea): add resize-none class with autoresize prop
This commit is contained in:
@@ -9,6 +9,11 @@ export default (options: Required<ModuleOptions>) => {
|
||||
trailing: 'absolute end-0 flex items-start'
|
||||
},
|
||||
variants: {
|
||||
autoresize: {
|
||||
true: {
|
||||
base: 'resize-none'
|
||||
}
|
||||
},
|
||||
size: {
|
||||
xs: {
|
||||
leading: 'ps-2 inset-y-1',
|
||||
|
||||
Reference in New Issue
Block a user