Create your HTML5 Web Component with Svelte. Made your web components with this user friendly boilerplate.
This is a github template, you can fork it or use as template for start new project with this repository as hello-world. I hate start new project with empty template, often i missing correct configuration, readme instruction or i need of samples of code. Use this repository as template solve this problem.
This project is free, open source and I try to provide excellent free support. Why donate? I work on this project several hours in my spare time and try to keep it up to date and working. THANK YOU!
- ๐ก Features
- ๐น Demo
- ๐ Screenshot
- ๐ How to use
-
- ๐ Web
-
- ๐ฆ Webpack/Browserify
-
- ๐ Wordpress
-
- ๐ต React
-
- ๐ด Angular
-
- ๐ Svelte
-
- ๐ข Vue
- ๐ Documentation
-
- ๐งฐ Options / Attributes
-
- ๐จ CSS Customization
- ๐จ Developer Mode
-
- ๐ Run Project
-
- ๐พ Setup Project
- ๐จโ๐ป Contributing
- ๐ Known Bugs
- ๐ป Community:
- Telegram (๐ฌ๐ง English | ๐ฎ๐น Italian)
- Discord (๐ฌ๐ง English | ๐ฎ๐น Italian | ๐ต๐ฑ Polish)
- [โ๏ธ] Easy to use
- [โ๏ธ] MIT License
- [โ๏ธ] Text animation by Nooray Yemon on Codepen
- [โ๏ธ] Friendly boilerplate + Github templates
- [โ๏ธ] Powered by svelte framework
- [โ๏ธ] Without jQuery depencence
- [โ๏ธ] Configurable with attributes
- [โ๏ธ] Customization with CSS Style
- [โ๏ธ] HTML5 Custom Elements - Native webcomponents
- [โ๏ธ] Work with: Browserify / Webpack / ReactJS / Svelte / Angular / Vue / Wordpress
- [โ๏ธ] Typescript + TSPaths preconfigured
- [โ๏ธ] Userfriendly folders tree
- [โ๏ธ] Prettiers and ESLint preconfigured
- [โ๏ธ] all-contributors-cli and all-shields-cli preconfigured
- [โ๏ธ] JEST Test preconfigured
- [โ๏ธ] Full async code
- [โ๏ธ] Github and Vscode dotfiles preconfigured
- [โ๏ธ] Translations i18n (Help me โค๏ธ)
See Demo here.
- Add html code to your page:
<svelte-webcomponent-boilerplate
header="make"
flip="svelte,webcomponents,opensource"
footer="awesome!"
></svelte-webcomponent-boilerplate>
- Require javascript in yourpage (before
</body>
):
<script src="https://cdn.jsdelivr.net/npm/@ptkdev/svelte-webcomponent-boilerplate@latest/dist/webcomponent.js"></script>
You can replace @latest
with specific version, example @2.0.1
.
Below is available a description of options
values.
- Install npm module:
npm install @ptkdev/svelte-webcomponent-boilerplate --save
- Add html code to your page:
<svelte-webcomponent-boilerplate
header="make"
flip="svelte,webcomponents,opensource"
footer="awesome!"
></svelte-webcomponent-boilerplate>
- Require javascript in your app:
require("@ptkdev/svelte-webcomponent-boilerplate");
or
import "@ptkdev/svelte-webcomponent-boilerplate";
Below is available a description of options
values.
- Download wordpress plugin from mirror and install it.
- Add code to your html widget, example:
Appearance
-->Widget
--> insertHTML Widget
and paste html code:
<svelte-webcomponent-boilerplate
header="make"
flip="svelte,webcomponents,opensource"
footer="awesome!"
></svelte-webcomponent-boilerplate>
You can insert this html code in posts, widget, html box or theme.
- Install npm module with
npm install @ptkdev/svelte-webcomponent-boilerplate@latest --save
: - Import module in your
src/App.js
on header:
import "@ptkdev/svelte-webcomponent-boilerplate";
- Add html code to your
App.js
template:
<svelte-webcomponent-boilerplate
header="make"
flip="svelte,webcomponents,opensource"
footer="awesome!"
></svelte-webcomponent-boilerplate>
- Install npm module with
npm install @ptkdev/svelte-webcomponent-boilerplate@latest --save
: - Import module in your
app/app.modules.ts
on header:
import "@ptkdev/svelte-webcomponent-boilerplate";
- Add html code to your html component:
<svelte-webcomponent-boilerplate
header="make"
flip="svelte,webcomponents,opensource"
footer="awesome!"
></svelte-webcomponent-boilerplate>
- Install npm module with
npm install @ptkdev/svelte-webcomponent-boilerplate@latest --save
: - Import module in your
src/App.svelte
on header:
import "@ptkdev/svelte-webcomponent-boilerplate";
- Add html code to your html component:
<svelte-webcomponent-boilerplate
header="make"
flip="svelte,webcomponents,opensource"
footer="awesome!"
></svelte-webcomponent-boilerplate>
- Install npm module with
npm install @ptkdev/svelte-webcomponent-boilerplate@latest --save
: - Import module in your
src/App.vue
and add webcomponent to ignoreElements of vue config:
import Vue from "vue";
import "@ptkdev/svelte-webcomponent-boilerplate";
Vue.config.ignoredElements = ["svelte-webcomponent-boilerplate"];
- Add html code to your html component:
<svelte-webcomponent-boilerplate
header="make"
flip="svelte,webcomponents,opensource"
footer="awesome!"
></svelte-webcomponent-boilerplate>
Parameter | Description | Values | Default value | Available since |
---|---|---|---|---|
header | Setup top text | String | make |
v1.0.20210319 |
flip | Setup middle flip text (separte with commas) | String with commas | svelte,webcomponents,opensource |
v1.0.20210319 |
footer | Setup bottom text | String | awesome! |
v1.0.20210319 |
<svelte-webcomponent-boilerplate
header="make"
flip="svelte,webcomponents,opensource"
footer="awesome!"
></svelte-webcomponent-boilerplate>
You can overwrite default css with selector ::part
, example:
<style>
svelte-webcomponent-boilerplate::part(flip) {
border: 2px solid red;
}
</style>
Part attribute is, generally, suffix of a class. Use chrome inspector for get the correct value of part=""
attributes. See MDN selector ::part docs.
- Clone this repository or download nightly, beta or stable.
- Run
npm install
- Run
npm run dev
- Run
http://localhost:5000
If you want replace all strings (example: package name, author, urls, etc...) in markdown file, source files and others files of this project you need edit setup.json
with correct values and run npm run setup
.
Run npm run docs
Thanks to all our backers! ๐ Donate 3$ or more on paypal, ko-fi, github or patreon and send me email with your avatar and url.
I โค๏ธ contributions! I will happily accept your pull request! (IMPORTANT: Only to nightly branch!) Translations, grammatical corrections (GrammarNazi you are welcome! Yes my English is bad, sorry), etc... Do not be afraid, if the code is not perfect we will work together ๐ฏ and remember to insert your name in .all-contributorsrc
and package.json
file.
Thanks goes to these wonderful people (emoji key):
Patryk Rzucidลo ๐ป ๐ ๐ ๐ |
๐ฐ In the future, if the donations allow it, I would like to share some of the success with those who helped me the most. For me open source is share of code, share development knowledges and share donations!
- Code and Contributions have MIT License
- Images and logos have CC BY-NC 4.0 License
- Documentations and Translations have CC BY 4.0 License