0.1.53 • Published 8 months ago

lit-component-library v0.1.53

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

About The Project

My collection of web components is publicly available for anyone to use and contribute to. These reusable elements streamline development, encourage collaboration, and empower others to build innovative and efficient web applications.

Built With

Getting Started

Npm

  • Install the NPM package npm install lit-component-library
  • Import the library in your project with import "lit-component-library";

CDN

  • Import the library in your project with
<script type="module" src="https://www.unpkg.com/lit-component-library/dist/lit-component-library.mjs"></script>
  • Use the components in your project. Se the documentation for components here
<popover-component>
  <i slot="icon">⚠</i>
  <aside slot="content">
    <h2>Warning</h2>
    <p>Are you sure you want to do this?</p>
  </aside>
</popover-component>

Roadmap

  • Add More Components

See the open issues for a full list of proposed features (and known issues).

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your component Branch (git checkout -b component-name/amazing-feature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin component-name/amazing-feature)
  5. Open a Pull Request

License

See LICENSE.txt for license information.

0.1.52

8 months ago

0.1.53

8 months ago

0.1.51

8 months ago

0.1.5

8 months ago

0.1.42

10 months ago

0.1.41

10 months ago

0.1.4

10 months ago

0.1.31

11 months ago

0.1.3

11 months ago

0.1.221

11 months ago

0.1.22

11 months ago

0.1.216

11 months ago

0.1.215

11 months ago

0.1.214

11 months ago

0.1.213

11 months ago

0.1.212

11 months ago

0.1.211

11 months ago

0.1.21

11 months ago

0.1.2

11 months ago

0.1.111

11 months ago

0.1.11

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago