Coder Social home page Coder Social logo

Comments (3)

johannsl avatar johannsl commented on May 3, 2024

I'm not sure if this is the best way to solve this issue.. But you could override the ant .css directly.
For example:

.ant-btn-primary {
  background-color: #000080;
  border-color: #000080;
}

There are quite a few of these ant .css classes in use that you could override.
Some of them are:

  • .group
  • .ant-btn-primary
  • .ant-btn-primary:focus
  • .ant-btn-primary:hover
  • .ant-btn:focus
  • .ant-btn:hover
  • .ant-btn-danger:hover

To find the .css classes that you want to change, you could use Chrome Dev Tools to inspect the your website (or the demo website). Then, if you can locate the components you want to change, you can see which .css classes they are using in the Dev Tools Styles area.

from react-awesome-query-builder.

Jekin19 avatar Jekin19 commented on May 3, 2024

Thanks @johannsl

I tried that approach but its little tedious as you suggested.
If just like choosing widgets in demo, all antd components could be made available for overriding

// E.g. in Demo
import { Widgets, Operators } from 'react-awesome-query-builder';

const {
TextWidget,
NumberWidget,
SliderWidget,
RangeWidget,
SelectWidget,
MultiSelectWidget,
DateWidget,
BooleanWidget,
TimeWidget,
DateTimeWidget,
ValueFieldWidget
} = Widgets;

from react-awesome-query-builder.

ukrbublik avatar ukrbublik commented on May 3, 2024

You can use customProps (see in config) and pass className or other props of antd

from react-awesome-query-builder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.