Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jan 00:44
· 7 commits to main since this release
0f29743

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.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