Loading the library#
Choose your favorite import method
From installed sources#
1 2 3 |
|
1 |
|
1 |
|
Note that 2 different sources exist:
@simomosi/dynamic-forms/src
is the actual source code@simomosi/dynamic-forms/dist
(recommended) is built bundle: sources are transpiled with Webpack and Babel to enhance performance and ensure compatibility with different browsers
From CDN#
1 |
|
1 2 3 |
|
Be careful to not include the library twice!