Simple and ready-to-use user interface interactions.
npm install ui-interactions
> Ready-to-use UI interactions using only one element and pure CSS. Because we love UI interactions and CSS!
Table of contents
- Why?
- How does it work?
- Contributing?
- Spreading the word?
Personally, I love to give feedback to the user during a web experience. A simple click in a button and a lot of stuff could happen in the page. So, why don't help/guide the user to understand what is happening in the UI to make the whole experience nicer?
- ☝️ Only one tag per component (usually a button).
- ❤️ Pure CSS.
All the components have two states: the _default_ and the _active_ state. The state toggle occurs based on a class is-active.
More info here.
Companies/projects using _ui-interactions_.
_Soon, I hope!_ 😝
The code is available under the MIT License.