Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit c473732

Browse files
authored
Update README.md
1 parent 9a10743 commit c473732

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,10 @@ export default yourAwesomeComponent;
252252

253253
The components are unstyled by default, so you can customize them with your own styles. If you want a more "ready to go" solution you can import on of the themes we have included in `src/styles/themes/`
254254

255+
```scss
256+
@import '~@asigloo/vue-dynamic-forms/src/styles/themes/default.scss';
257+
```
258+
255259
## Development
256260

257261
### Project setup

0 commit comments

Comments
 (0)