julianrubisch / better-stimulus

An opinionated collection of StimulusJS best practices

Home Page:https://www.betterstimulus.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better StimulusJS

All Contributors

For easy reading, the main website is here.

An opinionated collection of StimulusJS best practices

Contributing

Contributions are very welcome! Just fork the repo, create a topic branch, and file a pull request!

Below is an example of a section:

## Heading

Bad
{: .label .label-red }

```js
```
{: .border-red }

Good
{: .label .label-green }

```js
```
{: .border-green }

### Rationale

### Counterindications

### References

Running Jekyll locally

To view your changes in action, run the following commands

bundle install
bundle exec jekyll serve

Disagree?

No problem, file a GitHub issue and let's talk about it!

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Julian Rubisch

πŸ“–

leastbad

πŸ‘€ πŸ“–

Nate Hopkins

πŸ‘€

Chris Oliver

πŸ“– πŸ‘€

Sebastien

πŸ“–

Dom Christie

πŸ›

Ben Koshy

πŸ“–

geetfun

πŸ“–

Konnor Rogers

πŸ“–

This project follows the all-contributors specification. Contributions of any kind welcome!

About

An opinionated collection of StimulusJS best practices

https://www.betterstimulus.com

License:MIT License


Languages

Language:SCSS 67.4%Language:JavaScript 19.0%Language:Ruby 11.9%Language:HTML 1.7%