You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an example project on how to build a library that configures the adaptive web components according to a given design. This library should aslo have some custom components (in addition to the one from awc) - and it should have a storybook that shows stories of both awc components and the custom one - all with the same prefix
Expected Behavior
Users could start the storybook, and see both the awc components (prefixed with e.g my) and a sample my-counter component. Users could build the library, and instructions on how to use the library should be provided. The final sample should demonstrate how to use the library in a simple html file with both my-button and my-counter , and maybe a call to configureMyLibrary()
Current Behavior
No example provided, difficult to figure out how this should actually be done
Possible Solution
A simple example would that users could use a starting point
Context
An average developer like me find it really difficult to start in the right direction, having a good starting point, set up for sucess makes it easier to commit to building DS
Examples
Not found anything yet
The text was updated successfully, but these errors were encountered:
Feature Request
Add an example project on how to build a library that configures the adaptive web components according to a given design. This library should aslo have some custom components (in addition to the one from awc) - and it should have a storybook that shows stories of both awc components and the custom one - all with the same prefix
Expected Behavior
Users could start the storybook, and see both the awc components (prefixed with e.g
my
) and a samplemy-counter
component. Users could build the library, and instructions on how to use the library should be provided. The final sample should demonstrate how to use the library in a simple html file with bothmy-button
andmy-counter
, and maybe a call to configureMyLibrary()Current Behavior
No example provided, difficult to figure out how this should actually be done
Possible Solution
A simple example would that users could use a starting point
Context
An average developer like me find it really difficult to start in the right direction, having a good starting point, set up for sucess makes it easier to commit to building DS
Examples
Not found anything yet
The text was updated successfully, but these errors were encountered: