Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kobaltedev/kobalte
A UI toolkit for building accessible web apps and design systems with SolidJS.
https://github.com/kobaltedev/kobalte
component-library design-system solidjs ui
Last synced: 6 days ago
JSON representation
A UI toolkit for building accessible web apps and design systems with SolidJS.
- Host: GitHub
- URL: https://github.com/kobaltedev/kobalte
- Owner: kobaltedev
- License: mit
- Created: 2022-10-28T07:51:33.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T22:04:26.000Z (3 months ago)
- Last Synced: 2024-10-29T14:56:22.394Z (3 months ago)
- Topics: component-library, design-system, solidjs, ui
- Language: TypeScript
- Homepage: https://kobalte.dev
- Size: 6.3 MB
- Stars: 1,270
- Watchers: 15
- Forks: 71
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# kobalte
[![license-badge]](https://github.com/kobaltedev/kobalte#license)
[license-badge]: https://img.shields.io/github/license/kobaltedev/kobalte
A UI toolkit for building accessible web apps and design systems with SolidJS.
## Packages
| Name | Version | Description |
| :---------------------------------------------------- | :------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------- |
| [@kobalte/core](/packages/core) | [![core-npm]](https://www.npmjs.com/package/@kobalte/core) | Unstyled components and primitives for building accessible web apps and design systems. |
| [@kobalte/tailwindcss](/packages/tailwindcss) | [![tailwindcss-npm]](https://www.npmjs.com/package/@kobalte/tailwindcss) | A TailwindCSS plugin for styling Kobalte components states `data-*` attributes by using modifiers like `ui-expanded:*` |
| [@kobalte/vanilla-extract](/packages/vanilla-extract) | [![vanilla-extract-npm]](https://www.npmjs.com/package/@kobalte/vanilla-extract) | A Vanilla Extract plugin for styling Kobalte components states `data-*` attributes by using an utility function. |[core-npm]: https://img.shields.io/npm/v/@kobalte/core
[tailwindcss-npm]: https://img.shields.io/npm/v/@kobalte/tailwindcss
[vanilla-extract-npm]: https://img.shields.io/npm/v/@kobalte/vanilla-extract## Documentation
For full documentation, visit [kobalte.dev](https://kobalte.dev/).
## Roadmap
View roadmap, give feedback and vote for new features at https://github.com/orgs/kobaltedev/projects/4.
# Contributing
Before contributing please refer to [CONTRIBUTING.md](./CONTRIBUTING.md).
All contributions are moderated under the [Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md).
## Acknowledgment
- [Ariakit](https://ariakit.org/)
- [Radix UI](https://www.radix-ui.com/)
- [React Aria](https://react-spectrum.adobe.com/react-aria/)
- [Zag](https://zagjs.com/)
- [corvu](https://corvu.dev/)Created by Fabien Marie-Louise.
## License
This project is licensed under the [MIT License](./LICENSE.md).