Questions tagged [baseweb]

Base Web React UI Framework

https://baseweb.design/

Base Web provides a robust suite of components out of the box. These include complex, ready to use components such as the Datepicker and low-level composable primitives, such as Layer.

19 questions
0
votes
1 answer

How to override the styling of radio group in Base Web?

I want to adjust the gap between radio, so need to update styling of radio group. What is the right way to do so? https://codesandbox.io/s/base-web-radiogroup-forked-ib0wqu?file=/src/example.js
Neven.Leung
  • 820
  • 6
  • 12
0
votes
1 answer

Disabling dragndrop from baseweb DnD list

I actually have a drag and drop list from BaseWeb https://baseweb.design/components/dnd-list/, And instead of havings strings as the exemple shows, i'm having components for a blog, like a text section, some inputs, etc... I use this list to reorder…
0
votes
1 answer

Getting undefined values from Input Value in ReactJS

I am unable to get the values of email and password from the FormControl Input values. I am using the BaseWeb ReactUI framework for the field UI. Need help stuck on this issue. import { FormControl } from 'baseui/form-control'; import { Input } from…
ayyagarian
  • 55
  • 2
  • 9
0
votes
1 answer

Changing BaseWeb's Select TriangleDownIcon to another BaseWeb Icon

Does anyone know of a way to replace the BaseWeb Select component's default TriangleDownIcon with another BaseWeb icon? (Our designers have asked to swap the triangle icon with a chevron.). I've looked through BaseWeb's Select documentation and,…
Steve
  • 11,596
  • 7
  • 39
  • 53
1
2