Adaptive-Web-Components
Adaptive-Web-Components copied to clipboard
feat: add example on how to build a new component library that includes components from awc
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 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