mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 10:51:06 +00:00
feat(palimpsest): add ComponentSearch using fuse.js
This commit is contained in:
parent
cb4a367cc1
commit
3c019484ce
2 changed files with 74 additions and 0 deletions
8
palimpsest/src/data/component-registry.js
Normal file
8
palimpsest/src/data/component-registry.js
Normal file
|
@ -0,0 +1,8 @@
|
|||
const components = [
|
||||
{ name: 'CodeSnippet' },
|
||||
{ name: 'DataTable' },
|
||||
{ name: 'Dropdown' },
|
||||
{ name: 'MultiSelect' }
|
||||
];
|
||||
|
||||
export default components;
|
Loading…
Add table
Add a link
Reference in a new issue