Skip to content

Commit

Permalink
chore: update readme (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte authored Feb 24, 2024
1 parent d7b226f commit 79ac9fb
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Bits UI

<!-- automd:badges license name="bits-ui" color="pink" github="huntabyte/bits-ui" -->

[![npm version](https://flat.badgen.net/npm/v/bits-ui?color=pink)](https://npmjs.com/package/bits-ui)
[![npm downloads](https://flat.badgen.net/npm/dm/bits-ui?color=pink)](https://npmjs.com/package/bits-ui)
[![license](https://flat.badgen.net/github/license/huntabyte/bits-ui?color=pink)](https://github.com/huntabyte/bits-ui/blob/main/LICENSE)

<!-- /automd -->

The headless components for Svelte.

[Read the docs](https://bits-ui.com)
Expand All @@ -10,3 +18,16 @@ The headless components for Svelte.
- [Melt UI](https://melt-ui.com) - The underlying builder API that powers Bits.
- [Radix UI](https://radix-ui.com) - The incredible headless component APIs that we've taken heavy inspiration from.
- [React Spectrum](https://react-spectrum.adobe.com) - An incredible collection of headless components we've taken inspiration from.

## License

<!-- automd:contributors license=MIT author="huntabyte" github="huntabyte/bits-ui" -->

Published under the [MIT](https://github.com/huntabyte/bits-ui/blob/main/LICENSE) license.
Made by [@huntabyte](https://github.com/huntabyte) and [community](https://github.com/huntabyte/bits-ui/graphs/contributors) 💛
<br><br>
<a href="https://github.com/huntabyte/bits-ui/graphs/contributors">
<img src="https://contrib.rocks/image?repo=huntabyte/bits-ui" />
</a>

<!-- /automd -->

0 comments on commit 79ac9fb

Please sign in to comment.