python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Chakra UI: Correct format of Style Props with React.createElement
I am using Chakra UI. I am creating a react element with React.createElement. I am passing Style Props "align" as second argument to createElement. But when I render this element, contents a...

Anupam Singh
Votes: 0
Answers: 0
How can I view the code of example Chakra UI components in Storybook
If you use Chakra UI alongside Storybook, it automatically populates examples of all the different Chakra components, shown in the image. But is there a way to view the code that produces these exampl...

moinhaque
Votes: 0
Answers: 1
Reset Chakra UI Editable Input when editing
I am using the chakra UI Editable component and set '-' as the default value if there is no value available. So, when editing input is visible as below. But I want to remove the '-' when editing.
Her...
Rose18
Votes: 0
Answers: 1
In NativeBase, how can I avoid inline styling props of component and write it separately and then pass it
I am just trying to write a clean code and avoid lots thing in same tag. For example: Text and Box component have could have so many styling props, So is there any way I can write it separately and th...
Vin
Votes: 0
Answers: 3