qwik-ui@0.2.0
·
104 commits
to main
since this release
Minor Changes
-
✨ added a barrel file to the components root folder (by @shairez in #1015)
Now when you generate a component qwik-ui will create an
index.tsfile in your components folder which exports the newly generated components.Example:
qwik-ui add inputGenerated output:
src/components/index.ts # exports * from './input/input' src/components/input/input.tsx