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.
- Host: GitHub
- URL: https://github.com/stimulus-components/stimulus-components
- Owner: stimulus-components
- Created: 2020-09-24T14:15:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T09:17:52.000Z (2 months ago)
- Last Synced: 2025-04-30T14:11:15.444Z (23 days ago)
- Topics: npm-package, rails, stimulus-components, stimulus-controllers, stimulusjs
- Language: TypeScript
- Homepage: https://www.stimulus-components.com
- Size: 3.34 MB
- Stars: 1,315
- Watchers: 14
- Forks: 55
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hotwire - stimulus-components (Library) - Ready-to-use Stimulus components for common UI patterns. (**Awesome Hotwire** [](https://github.com/sindresorhus/awesome) / Stimulus)
- awesome-hotwire - stimulus-components (Library) - Ready-to-use Stimulus components for common UI patterns. (**Awesome Hotwire** [](https://github.com/sindresorhus/awesome) / Stimulus)
README
# Stimulus components

👉 [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.