Tokis aims to provide accessibility helpers and focus management as part of its UI library. This feature would ensure that developers can create more accessible applications without additional effort.
https://preview.redd.it/9wzxdppq04pg1.png?width=1273&format=png&auto=webp&s=72637c35bc35a4a35d331a2fbe1b1fbe8d2b2b8d https://preview.redd.it/owkc0ppq04pg1.png?width=986&format=png&auto=webp&s=9c4f691707bcd762261f3b21dd93d78768f2f432 Hey Guys, So Recently Over the last few months I’ve been experimenting with building a UI library called **Tokis (Tokis Only Knows Its Styles** hehe). The goal was to explore a slightly different approach to UI systems: * token-native architecture * Zero runtime styling * headless primitives * Accessibility helpers and focus management Instead of making a giant component, it tries to separate things into layers (as you would react to): 1. Design tokens 2. Headless primitives 3. UI components So you can build your own design system on top. I also built an interactive docs playground(kinda) so you can try things without installing anything. Docs + playground: [https://prerakmathur20.github.io/TokisWebsite/](https://prerakmathur20.github.io/TokisWebsite/) or `npm install @/tokis/tokis` Give it a shot! Lmk if you find any bugs (probably a lot). And also help me decide if I should actually buy a domain and go official.