UNPKG

@selemondev/create-react-next

Version:

The Next Generation React Scaffolding Tool ✨

12 lines (11 loc) 248 B
const tailwindPrompt = [ { name: 'useTailwind', type: () => 'toggle', message: 'Add TailwindCSS for styling?', initial: true, active: 'Yes', inactive: 'No' } ]; export default tailwindPrompt;