my-test-button

Bootstrapping a UI component library

Usage no npm install needed!

<script type="module">
  import myTestButton from 'https://cdn.skypack.dev/my-test-button';
</script>

README

myUI

Example on how to build your own UI components library and showcase it in the same code structure. Check the medium article.

Getting Started

Installing

yarn

Building

To build the library:

yarn build

To build the docs:

yarn build:docs

Running

To start the documentation where you can show case the elements from lib:

yarn start

Built With

Contributing

All PR's are welcome.

Authors

  • dafeng

License

This project is licensed under the MIT License - see the LICENSE.md file for details