Share the idea to support Custom CSS (additional opinions are welcomed!) #963
TomokoMiyake
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are considering supporting
Custom CSS
following Theming concept of Lit:https://lit.dev/docs/components/styles/#theming
Please feel free to comment if you have any questions or additional requests.
Developer can set a custom style for kintone UI Component as follows:
Step 1: Create buttons
Step 2: Create <style> tag and append it to the header
Following the above example, the btnA, btnB will have the style of "custom-style-1" and the btnC will have the style of "custom-style-2".
Here are the examples of Intended Properties to be supported:
Button
Notification
Beta Was this translation helpful? Give feedback.
All reactions