mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
selectedItem and AutoComplete example available
This commit is contained in:
parent
0934a7d2c9
commit
ac97e7a966
24 changed files with 8267 additions and 653 deletions
|
@ -121,6 +121,21 @@ export {
|
|||
} from "./ComposedModal";
|
||||
```
|
||||
|
||||
Then fork [carbon-preprocess-svelte](https://github.com/carbon-design-system/carbon-preprocess-svelte).
|
||||
|
||||
```sh
|
||||
cd carbon-preprocess-svelte
|
||||
```
|
||||
|
||||
Link `"carbon-components-svelte"`:
|
||||
|
||||
```sh
|
||||
yarn link "carbon-components-svelte"
|
||||
yarn install
|
||||
```
|
||||
|
||||
Add it to `src/carbon-components-svelte.js`
|
||||
|
||||
### Run `yarn build:docs`
|
||||
|
||||
Run the following command to re-generate TypeScript definitions and documentation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue