@doxa-code/form
v0.4.8
Published
### Configuration
Downloads
274
Readme
@doxa-code/form
Configuration
// tailwind.config.js
module.exports = {
content: [
"./pages/**/*.{js,ts,jsx,tsx}",
"./components/**/*.{js,ts,jsx,tsx}",
"./node_modules/@doxa-code/form/**/*.{js,ts,jsx,tsx}"
],
theme: {
extend: {
primary: #0070f3 // this color the library uses most of the time
},
},
plugins: [],
}