Default theme

The library ships with a default theme that can be used as a starting point. It build upon the Genesis themeopen in new window of FormKit.

Using the theme

If you'd like to use the default theme for your project, you simply need to install the genesis theme from FormKit and import the necessary css files into your project.

npm install @formkit/themes
yarn add @formkit/themes
//...
import "@formkit/themes/genesis";
import "@kgierke/formkit-inputs/dist/theme.css";
//...