Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 377 Bytes

File metadata and controls

16 lines (11 loc) · 377 Bytes
qwik-ui minor

FEAT: added a barrel file to the components root folder

Now when you generate a component qwik-ui will create an index.ts file in your components folder which exports the newly generated components.

Example: qwik-ui add input

Generated output:

src/components/index.ts # exports * from './input/input'
src/components/input/input.tsx