@vtmn/svelte
Advanced tools
Comparing version 0.7.10 to 0.7.11
{ | ||
"name": "@vtmn/svelte", | ||
"version": "0.7.10", | ||
"version": "0.7.11", | ||
"description": "Decathlon Design System - Vitamin Svelte library", | ||
@@ -63,3 +63,3 @@ "keywords": [ | ||
"svelte": "src/index.js", | ||
"gitHead": "782016bce7bd2539a1f4cdc72094b018f71af481" | ||
"gitHead": "f4b5cc91ccb24aba71b97738b2bc97c3a719f881" | ||
} |
@@ -79,5 +79,5 @@ # `@vtmn/svelte` | ||
You may want to use the source Svelte files to benefit from some features (Server Side Rendering for instance). To do so, you will need to import components exposed in the `src/` folder of the package. | ||
To use this package, you need to use the source files and compile on your side. To do so, you can start with [+SvelteKit](https://kit.svelte.dev/) for example. | ||
Example with `VtmnButton` : | ||
Then, you just need to import components you need. Example with `VtmnButton` : | ||
@@ -84,0 +84,0 @@ ```js |
import '@vtmn/css-design-tokens'; | ||
export * from './components'; | ||
export * from './utils'; |
Sorry, the diff of this file is not supported yet
159537
21
4303