An open API service indexing awesome lists of open source software.

https://github.com/stimulus-components/stimulus-components

Over 25 Stimulus controllers with built-in behavior, top-tier documentation, designed for easy extension, and ready for your styles to solve every day frontend problems.
https://github.com/stimulus-components/stimulus-components

npm-package rails stimulus-components stimulus-controllers stimulusjs

Last synced: 10 days ago
JSON representation

Over 25 Stimulus controllers with built-in behavior, top-tier documentation, designed for easy extension, and ready for your styles to solve every day frontend problems.

Awesome Lists containing this project

README

        

# Stimulus components

![](https://raw.githubusercontent.com/stimulus-components/stimulus-components/master/screenshot.png)

👉 [Introducing Stimulus components](https://guillaumebriday.fr/introducing-stimulus-components).

## 📚 Documentation

See [Stimulus Components Website](https://www.stimulus-components.com/).

## 👷 Contributing

Do not hesitate to contribute to the controllers by adapting or adding features ! Bug reports or pull requests are welcome.

Don't forget to drop a 🌟 on [GitHub](https://github.com/stimulus-components/stimulus-components) to support the project.

### Publish a new version

```bash
$ pnpm run lintfix && pnpm run test
$ cd components/
$ pnpm version
$ pnpm publish
```

## 📝 License

This project is released under the [MIT](http://opensource.org/licenses/MIT) license.