Hacker News new | ask | show | jobs
by dliu088 1424 days ago
Would love to try this out. Quick question: I have my own design system, so how would I use it with a Feathery form?
1 comments

You can use your design system in two ways. 1. You can import your design system into Feathery via Themes, which apply cascading styles for different elements (https://docs.feathery.io/platform/build/themes) 2. You can apply custom CSS styles and classes directly to the form and its components via our embed SDK (https://docs.feathery.io/develop/react#form)