Skip to content

Commit

Permalink
Add Table component to lib output
Browse files Browse the repository at this point in the history
  • Loading branch information
AmsterGet committed Jun 17, 2024
1 parent a604fe5 commit a7645bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export { Radio } from './radio';
export { Tooltip } from './tooltip';
export { Popover } from './popover';
export { Pagination } from './pagination';
export { Table } from './table';
export * from './icons';
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export default defineConfig(() => ({
radio: resolve('src', 'components', 'radio'),
fieldTextFlex: resolve('src', 'components', 'fieldTextFlex'),
pagination: resolve('src', 'components', 'pagination'),
table: resolve('src', 'components', 'table'),
},
name: 'ui-kit',
formats: ['es'],
Expand Down

0 comments on commit a7645bc

Please sign in to comment.